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/avahi/avahi_0.6.23.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/avahi/avahi_0.6.23.bb') diff --git a/recipes/avahi/avahi_0.6.23.bb b/recipes/avahi/avahi_0.6.23.bb index 61a62a54a4..364a692aa9 100644 --- a/recipes/avahi/avahi_0.6.23.bb +++ b/recipes/avahi/avahi_0.6.23.bb @@ -5,3 +5,6 @@ PR = "r1" DEPENDS += "intltool-native" PACKAGES =+ "libavahi-gobject" + +SRC_URI[md5sum] = "aab1a304851d8145ea5f6a85c10af9e9" +SRC_URI[sha256sum] = "dedf5325105f071e5d9f898fdb7337a7fe88a3a8a1f832a6056ba00477b8cc3d" -- cgit 1.2.3-korg