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/rhythmbox/rhythmbox_0.12.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/rhythmbox') diff --git a/recipes/rhythmbox/rhythmbox_0.12.1.bb b/recipes/rhythmbox/rhythmbox_0.12.1.bb index da2ad63e26..0e03a1c231 100644 --- a/recipes/rhythmbox/rhythmbox_0.12.1.bb +++ b/recipes/rhythmbox/rhythmbox_0.12.1.bb @@ -24,3 +24,6 @@ do_install_append () { rm -f ${D}${libdir}/rhythmbox/plugins/*.la rm -f ${D}${libdir}/rhythmbox/plugins/*/*.la } + +SRC_URI[archive.md5sum] = "f17a72465dc43d554b11cf7b18776bff" +SRC_URI[archive.sha256sum] = "1f444b9cd74615831dab7ec8cd3c58c95d7436372df9a768bd701ab4321a8721" -- cgit 1.2.3-korg