From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/farsight/farsight2_0.0.9.bb | 3 +++ recipes/farsight/farsight_0.1.5.bb | 3 +++ recipes/farsight/gst-plugins-farsight_0.10.1.bb | 3 +++ recipes/farsight/libnice_0.0.6.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/farsight') diff --git a/recipes/farsight/farsight2_0.0.9.bb b/recipes/farsight/farsight2_0.0.9.bb index 19e081c33a..85ea6c49cf 100644 --- a/recipes/farsight/farsight2_0.0.9.bb +++ b/recipes/farsight/farsight2_0.0.9.bb @@ -20,3 +20,6 @@ FILES_${PN}-dbg += "${libdir}/*/.debug" + +SRC_URI[md5sum] = "f2d4fad95009bc7eae29f97c6f560dcd" +SRC_URI[sha256sum] = "84553ff12c5245705806107448e85c96950b4b7a5eaf85461c89987be8ea644d" diff --git a/recipes/farsight/farsight_0.1.5.bb b/recipes/farsight/farsight_0.1.5.bb index 474eed9c9c..06edacc7a2 100644 --- a/recipes/farsight/farsight_0.1.5.bb +++ b/recipes/farsight/farsight_0.1.5.bb @@ -28,3 +28,6 @@ autotools_stage_all + +SRC_URI[md5sum] = "2aaf871471a9ec037763c5dc7c193c57" +SRC_URI[sha256sum] = "6b9785167934948a582839f9723e37214cab1607a9764c35f10d555f8e662575" diff --git a/recipes/farsight/gst-plugins-farsight_0.10.1.bb b/recipes/farsight/gst-plugins-farsight_0.10.1.bb index 09268b33a7..fc1ab2bb4d 100644 --- a/recipes/farsight/gst-plugins-farsight_0.10.1.bb +++ b/recipes/farsight/gst-plugins-farsight_0.10.1.bb @@ -26,3 +26,6 @@ autotools_stage_all + +SRC_URI[md5sum] = "578ef83efd03124e7085abe719513bac" +SRC_URI[sha256sum] = "623e187f87037a690b5d0beef5991b3f2a58bb5058fad8c75329f48f0b07da4b" diff --git a/recipes/farsight/libnice_0.0.6.bb b/recipes/farsight/libnice_0.0.6.bb index fa478dc0e3..3ec7207d2e 100644 --- a/recipes/farsight/libnice_0.0.6.bb +++ b/recipes/farsight/libnice_0.0.6.bb @@ -21,3 +21,6 @@ do_compile_append() { } + +SRC_URI[md5sum] = "055e3eedf735ee1257fd4bb9ce86d04e" +SRC_URI[sha256sum] = "adf3612367456328609c65ecc39c9bb08c0fef84cebbd1a3b5fcfe5e9614ac82" -- cgit 1.2.3-korg