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/gstreamer/gst-plugins-ugly_0.10.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gstreamer/gst-plugins-ugly_0.10.10.bb') diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb index 4d4f893075..18d59a25e3 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb @@ -16,3 +16,6 @@ python() { raise bb.parse.SkipPackage("gst-plugins-ugly will only build if ENTERPRISE_DISTRO != 1") } + +SRC_URI[archive.md5sum] = "031205d5599fce73fc36766f928b2515" +SRC_URI[archive.sha256sum] = "ced80afedd105cb9b1b72749f8bda29c71fa9eda06120d6b07e7362f705c9987" -- cgit 1.2.3-korg