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/openbmap/openbmap-logger_0.2.0.bb | 3 +++ recipes/openbmap/openbmap-logger_0.4.0.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/openbmap') diff --git a/recipes/openbmap/openbmap-logger_0.2.0.bb b/recipes/openbmap/openbmap-logger_0.2.0.bb index f2fff6ea2d..8b027abccf 100644 --- a/recipes/openbmap/openbmap-logger_0.2.0.bb +++ b/recipes/openbmap/openbmap-logger_0.2.0.bb @@ -37,3 +37,6 @@ do_install () { install -m 0644 Main.glade ${D}${datadir}/openBmap/Main.glade } + +SRC_URI[md5sum] = "5c9c1639bdff3bd35c63697d398f1a68" +SRC_URI[sha256sum] = "3d6c58830e50373d0dc2a72f6fc65afd7ef30aabf2d1078e6878c911270dec16" diff --git a/recipes/openbmap/openbmap-logger_0.4.0.bb b/recipes/openbmap/openbmap-logger_0.4.0.bb index a7648f1989..fa7e6c9726 100644 --- a/recipes/openbmap/openbmap-logger_0.4.0.bb +++ b/recipes/openbmap/openbmap-logger_0.4.0.bb @@ -10,3 +10,6 @@ RDEPENDS = "python python-dbus python-pygobject python-pygtk libglade \ python-subprocess python-netclient python-math python-core python-io frameworkd" FILES_${PN} += "${datadir}" + +SRC_URI[md5sum] = "52b71c33ce0d2da8d5c29db293132630" +SRC_URI[sha256sum] = "93820366128b394d84b1b37830344b70f349c2896b60b601e884f9d857ff5d84" -- cgit v1.2.3