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-plugin-pulse_0.9.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gstreamer/gst-plugin-pulse_0.9.7.bb') diff --git a/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb b/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb index cfa200ef3d..525cc0b621 100644 --- a/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb +++ b/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb @@ -27,3 +27,6 @@ FILES_${PN}-dev = "\ ${libdir}/gstreamer-0.10/libgstpulse.so*" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" + +SRC_URI[md5sum] = "166164eb07eacd1d70b965731eb6cbdb" +SRC_URI[sha256sum] = "b9f1bb98917d9879d46b6a959ce9068471908763f2ca98e480837485e290b106" -- cgit 1.2.3-korg