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/openobex/openobex_1.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/openobex/openobex_1.3.bb') diff --git a/recipes/openobex/openobex_1.3.bb b/recipes/openobex/openobex_1.3.bb index f1c31246b6..c05698d6e3 100644 --- a/recipes/openobex/openobex_1.3.bb +++ b/recipes/openobex/openobex_1.3.bb @@ -26,3 +26,6 @@ FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}/openobex-config" FILES_${PN}-apps = "${bindir}/*" DEBIAN_NOAUTONAME_${PN}-apps = "1" + +SRC_URI[md5sum] = "feaa5dfe5151c0e70e8f868fa4648a43" +SRC_URI[sha256sum] = "3a80ba2524c66a46db3ac17a788a759015a1f79de6a495fcdf3a316e19fe7c23" -- cgit 1.2.3-korg