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/bonjour/bonjour_107.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bonjour') diff --git a/recipes/bonjour/bonjour_107.6.bb b/recipes/bonjour/bonjour_107.6.bb index 3c176c017a..e21c92f186 100644 --- a/recipes/bonjour/bonjour_107.6.bb +++ b/recipes/bonjour/bonjour_107.6.bb @@ -31,3 +31,6 @@ do_install() { install -m 0640 ${WORKDIR}/bonjour.conf ${D}${sysconfdir}/ } + +SRC_URI[md5sum] = "aa4e0e5c57f94489463ea6576591ce9d" +SRC_URI[sha256sum] = "43d427d3d5c78aef57a49898def469cc4cae28190462205368be1f3a0fcc0165" -- cgit 1.2.3-korg