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 +++ recipes/libgtkstylus/libgtkstylus_0.3.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/libgtkstylus') 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" diff --git a/recipes/libgtkstylus/libgtkstylus_0.3.bb b/recipes/libgtkstylus/libgtkstylus_0.3.bb index 5912b2dab8..2d669ca132 100644 --- a/recipes/libgtkstylus/libgtkstylus_0.3.bb +++ b/recipes/libgtkstylus/libgtkstylus_0.3.bb @@ -16,3 +16,6 @@ do_install_append() { } FILES_${PN} = "/etc ${libdir}/gtk-2.0/*/modules/*.so*" + +SRC_URI[md5sum] = "211bd08961ad78bdeeaab4f33f20c639" +SRC_URI[sha256sum] = "1964a9fb46e5f57bda75bfc37e19036b32c6a7d57bf13020776dfaaca348920b" -- cgit v1.2.3