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/lxde/lxde-common_0.3.2.1.bb | 3 +++ recipes/lxde/lxmenu-data_0.1.bb | 3 +++ recipes/lxde/lxpanel_0.3.8.1.bb | 3 +++ recipes/lxde/lxpanel_0.3.99.bb | 3 +++ recipes/lxde/lxsession-lite_0.3.6.bb | 3 +++ recipes/lxde/menu-cache_0.2.2.bb | 3 +++ 6 files changed, 18 insertions(+) (limited to 'recipes/lxde') diff --git a/recipes/lxde/lxde-common_0.3.2.1.bb b/recipes/lxde/lxde-common_0.3.2.1.bb index 6ff2ca5d2b..9036cea212 100644 --- a/recipes/lxde/lxde-common_0.3.2.1.bb +++ b/recipes/lxde/lxde-common_0.3.2.1.bb @@ -14,3 +14,6 @@ ALTERNATIVE_PATH = "${bindir}/startlxde" ALTERNATIVE_NAME = "x-window-manager" ALTERNATIVE_LINK = "${bindir}/x-window-manager" ALTERNATIVE_PRIORITY = "15" + +SRC_URI[md5sum] = "f30eee998071ace04e7be33aa8ac6a5b" +SRC_URI[sha256sum] = "bd9e9a368affb5565b50b0b79a3d04138d10f19d55ab13c8ea3ba3e32790876e" diff --git a/recipes/lxde/lxmenu-data_0.1.bb b/recipes/lxde/lxmenu-data_0.1.bb index bfc33b2f42..2eee79e06a 100644 --- a/recipes/lxde/lxmenu-data_0.1.bb +++ b/recipes/lxde/lxmenu-data_0.1.bb @@ -7,3 +7,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" inherit autotools FILES_${PN} += "${datadir}/desktop-directories/" + +SRC_URI[md5sum] = "1c35ad4bf05cd076ce4a9bb64a246351" +SRC_URI[sha256sum] = "73e111f64d777f35b3ad2805aa39e7746c1d223ea4fa8f805e5767b595bfdfb6" diff --git a/recipes/lxde/lxpanel_0.3.8.1.bb b/recipes/lxde/lxpanel_0.3.8.1.bb index 3a0437bbc7..ab8b6a9ab4 100644 --- a/recipes/lxde/lxpanel_0.3.8.1.bb +++ b/recipes/lxde/lxpanel_0.3.8.1.bb @@ -7,3 +7,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" inherit autotools EXTRA_OECONF += "--with-plugins=none" + +SRC_URI[md5sum] = "18b03bd5556d14b8bd1adf00f4e95574" +SRC_URI[sha256sum] = "b3d3a06b946dba977007a84035da6667bbaa3617e1aecb83483d6a207c319021" diff --git a/recipes/lxde/lxpanel_0.3.99.bb b/recipes/lxde/lxpanel_0.3.99.bb index 1a8ce3d553..f44692ae30 100644 --- a/recipes/lxde/lxpanel_0.3.99.bb +++ b/recipes/lxde/lxpanel_0.3.99.bb @@ -9,3 +9,6 @@ inherit autotools FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" EXTRA_OECONF += "--with-plugins=none" + +SRC_URI[md5sum] = "91f020d385ee29dcfff820d5c77a0e4f" +SRC_URI[sha256sum] = "0edf3fe88faf41c72c1da4522ba22ba2493d900061a79603858a6a3f6a74a735" diff --git a/recipes/lxde/lxsession-lite_0.3.6.bb b/recipes/lxde/lxsession-lite_0.3.6.bb index bb4caf8621..aea2a1f566 100644 --- a/recipes/lxde/lxsession-lite_0.3.6.bb +++ b/recipes/lxde/lxsession-lite_0.3.6.bb @@ -8,3 +8,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" inherit autotools FILES_${PN} += "${datadir}/lxsession" + +SRC_URI[md5sum] = "909c3b0f4c6e4855f64dfbb47467c0b3" +SRC_URI[sha256sum] = "3754ee460942bfde94e6a7fdf20c337a1b6a069cea6972d0c33a115db828dba4" diff --git a/recipes/lxde/menu-cache_0.2.2.bb b/recipes/lxde/menu-cache_0.2.2.bb index d9cbb026e3..b724971d1a 100644 --- a/recipes/lxde/menu-cache_0.2.2.bb +++ b/recipes/lxde/menu-cache_0.2.2.bb @@ -9,3 +9,6 @@ inherit autotools do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "2ebce9f1217553112ac35abc35360050" +SRC_URI[sha256sum] = "ee28209d7cdcb759338ef0061e2f7c6ec7a021369659790adeef2cd888b58696" -- cgit 1.2.3-korg