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/libgtkstylus/libgtkstylus_0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libgtkstylus/libgtkstylus_0.1.bb') diff --git a/recipes/libgtkstylus/libgtkstylus_0.1.bb b/recipes/libgtkstylus/libgtkstylus_0.1.bb index cc624a4684..de8e2f7ab7 100644 --- a/recipes/libgtkstylus/libgtkstylus_0.1.bb +++ b/recipes/libgtkstylus/libgtkstylus_0.1.bb @@ -15,3 +15,6 @@ do_install_append() { install ${WORKDIR}/gtkstylus.sh ${D}${sysconfdir}/profile.d/ } + +SRC_URI[md5sum] = "fea0cf7333623ca2d8954b202d2cd89f" +SRC_URI[sha256sum] = "be7359f95c926bc40d6be82aea835cd8a53459719249a625cdca879827470593" -- cgit 1.2.3-korg