From 0a31f35d99b56aa0f670909dc1df99c3e03c01d1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 13 Apr 2010 16:33:05 +0200 Subject: recipes: few more checksums Signed-off-by: Martin Jansa --- recipes/asterisk/asterisk_1.2.24.bb | 3 +++ recipes/bmon/bmon_2.1.0.bb | 3 +++ recipes/dircproxy/dircproxy_1.1.0.bb | 3 +++ recipes/ekg/ekg_1.6.bb | 3 +++ recipes/madwifi/madwifi-ng_r3878-20081204.bb | 3 +++ recipes/mailx/mailx_8.1.2-0.20040524cvs.bb | 9 +++++++-- recipes/ntfs-3g/ntfs-3g_1.0.bb | 3 +++ recipes/obsolete/zd1211/zd1211_r77.bb | 3 +++ recipes/obsolete/zd1211/zd1211_r83.bb | 3 +++ recipes/scsi-idle/scsi-idle_2.4.23.bb | 3 +++ recipes/spca5xx/spca5xx_20060501.bb | 3 +++ recipes/tango/tango-icon-theme-extras_0.1.0.bb | 3 +++ recipes/watchdog/watchdog_5.2.6.bb | 3 +++ recipes/watchdog/watchdog_5.4.bb | 3 +++ 14 files changed, 46 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/asterisk/asterisk_1.2.24.bb b/recipes/asterisk/asterisk_1.2.24.bb index 497866f422..59e7f2e40d 100644 --- a/recipes/asterisk/asterisk_1.2.24.bb +++ b/recipes/asterisk/asterisk_1.2.24.bb @@ -45,3 +45,6 @@ do_stage () { FILES_${PN}-dbg += "${libdir}/asterisk/modules/.debug" FILES_${PN}-dbg += "/var/lib/asterisk/agi-bin/.debug" + +SRC_URI[md5sum] = "63dc8b7be4cd10375c5fbda893c780bc" +SRC_URI[sha256sum] = "9debaf410636fa477e1e1f09fe0b16a1c2814afaf7195f34f29e4ce5b8debbbd" diff --git a/recipes/bmon/bmon_2.1.0.bb b/recipes/bmon/bmon_2.1.0.bb index d6cd03f614..611ceb7ea7 100644 --- a/recipes/bmon/bmon_2.1.0.bb +++ b/recipes/bmon/bmon_2.1.0.bb @@ -13,3 +13,6 @@ inherit autotools do_compile() { oe_runmake } + +SRC_URI[md5sum] = "3111a027907016c0902d67350c619df6" +SRC_URI[sha256sum] = "36a5772fc0241298b15db3dc4fb2552dcbb43edeffd6fcea4cd8818e97ec99fe" diff --git a/recipes/dircproxy/dircproxy_1.1.0.bb b/recipes/dircproxy/dircproxy_1.1.0.bb index 59e4a33498..430906983a 100644 --- a/recipes/dircproxy/dircproxy_1.1.0.bb +++ b/recipes/dircproxy/dircproxy_1.1.0.bb @@ -8,3 +8,6 @@ SRC_URI = "http://dircproxy.securiweb.net/pub/1.1/dircproxy-${PV}.tar.gz\ inherit autotools + +SRC_URI[md5sum] = "066bd39d80f286ae5ce69a2adbbd01e4" +SRC_URI[sha256sum] = "f0be78d2c2f0279cce26b0b2e87077bfe568f1da189eef2daec78b1e12699c4e" diff --git a/recipes/ekg/ekg_1.6.bb b/recipes/ekg/ekg_1.6.bb index 1fbfeef19a..976235509e 100644 --- a/recipes/ekg/ekg_1.6.bb +++ b/recipes/ekg/ekg_1.6.bb @@ -14,3 +14,6 @@ PACKAGES =+ "libgadu" FILES_${PN} = "${bindir}/${PN} ${datadir}/${PN}/* ${datadir}/${PN}/themes/*" FILES_libgadu = "${libdir}/libgadu.so*" + +SRC_URI[md5sum] = "1094eee5062d9b9900c4b28bd68fb564" +SRC_URI[sha256sum] = "c6dc601e20bb43c94f5689f05bca8e8501af4cff9dd760afdb3d6998c6952c28" diff --git a/recipes/madwifi/madwifi-ng_r3878-20081204.bb b/recipes/madwifi/madwifi-ng_r3878-20081204.bb index 74f30ca265..289a59b8d3 100644 --- a/recipes/madwifi/madwifi-ng_r3878-20081204.bb +++ b/recipes/madwifi/madwifi-ng_r3878-20081204.bb @@ -29,3 +29,6 @@ do_compile() { unset LDFLAGS oe_runmake all } + +SRC_URI[md5sum] = "bf12d0f9f306dad91bf7530586712dee" +SRC_URI[sha256sum] = "3b8ea233bee05edc346c66577b6beb5ccc81db9d9440982624d7b39aecc79c77" diff --git a/recipes/mailx/mailx_8.1.2-0.20040524cvs.bb b/recipes/mailx/mailx_8.1.2-0.20040524cvs.bb index 18ef830a08..c8b51bba46 100644 --- a/recipes/mailx/mailx_8.1.2-0.20040524cvs.bb +++ b/recipes/mailx/mailx_8.1.2-0.20040524cvs.bb @@ -4,8 +4,8 @@ DEPENDS = "liblockfile" DESCRIPTION = "mailx is the traditional command-line-mode \ mail user agent." LICENSE = "GPL" -SRC_URI = "${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}.orig.tar.gz \ - ${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}-4.diff.gz;patch=1 \ +SRC_URI = "${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}.orig.tar.gz;name=archive \ + ${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}-4.diff.gz;patch=1;name=patch \ file://install.patch;patch=1" S = "${WORKDIR}/mailx-${PV}.orig" @@ -14,3 +14,8 @@ CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" do_install () { oe_runmake 'DESTDIR=${D}' install } + +SRC_URI[archive.md5sum] = "b7d8c2b5f64ac0b0ce51fdda482ec399" +SRC_URI[archive.sha256sum] = "b8a15528701669c728bbdc74060512eb41ce6284601c87f4ba6820b92380bec0" +SRC_URI[patch.md5sum] = "e51180fe1b43fcdf3125fd9be4734b0c" +SRC_URI[patch.sha256sum] = "131fe674be66bd3f464ee40aa457a9613f3d2a17ea83c724c4145a5d072a252e" diff --git a/recipes/ntfs-3g/ntfs-3g_1.0.bb b/recipes/ntfs-3g/ntfs-3g_1.0.bb index ac2b384c9e..49918854fd 100644 --- a/recipes/ntfs-3g/ntfs-3g_1.0.bb +++ b/recipes/ntfs-3g/ntfs-3g_1.0.bb @@ -12,3 +12,6 @@ SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz inherit autotools EXTRA_OEMAKE = "LDCONFIG=echo" + +SRC_URI[md5sum] = "873a8de662849d129fc7c475ad3f5447" +SRC_URI[sha256sum] = "b5bbf81230bb21573d69fc471721b0b0c404eaa5040ef28e7dcec38320a1b2e4" diff --git a/recipes/obsolete/zd1211/zd1211_r77.bb b/recipes/obsolete/zd1211/zd1211_r77.bb index 8321f8d96c..42e034c2cc 100644 --- a/recipes/obsolete/zd1211/zd1211_r77.bb +++ b/recipes/obsolete/zd1211/zd1211_r77.bb @@ -27,3 +27,6 @@ do_install() { install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net install -m 0644 ${S}/zd1211*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net } + +SRC_URI[md5sum] = "ab79187f18b102df2fb576bd4cf733fd" +SRC_URI[sha256sum] = "8e5715e9d2bd2cb489c601ff91305f81fd662b27cb2da5486071fbab5bd8b634" diff --git a/recipes/obsolete/zd1211/zd1211_r83.bb b/recipes/obsolete/zd1211/zd1211_r83.bb index 0f7bb7d5c8..062c387658 100644 --- a/recipes/obsolete/zd1211/zd1211_r83.bb +++ b/recipes/obsolete/zd1211/zd1211_r83.bb @@ -27,3 +27,6 @@ do_install() { install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net install -m 0644 ${S}/zd1211*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net } + +SRC_URI[md5sum] = "a5751f0e6f1f368689077fa7758a4932" +SRC_URI[sha256sum] = "8288a1299f8c6f0176f2cd1b51f83b2c4b919460a2aa4fe98699b019e583bfc1" diff --git a/recipes/scsi-idle/scsi-idle_2.4.23.bb b/recipes/scsi-idle/scsi-idle_2.4.23.bb index 6085112c63..8309fa2076 100644 --- a/recipes/scsi-idle/scsi-idle_2.4.23.bb +++ b/recipes/scsi-idle/scsi-idle_2.4.23.bb @@ -32,3 +32,6 @@ do_install() { install -m 0644 ${S}/scsi-idle.8 ${D}${mandir}/man8 install -m 0644 ${S}/scsi-start.8 ${D}${mandir}/man8 } + +SRC_URI[md5sum] = "86b310223642b6841c9e04ecd4d7fed8" +SRC_URI[sha256sum] = "6b53eb1645ac64667f0ee109b3456ba909b1c8bec432330a9d90e9a20980823b" diff --git a/recipes/spca5xx/spca5xx_20060501.bb b/recipes/spca5xx/spca5xx_20060501.bb index 3e523c83a8..314271bd1a 100644 --- a/recipes/spca5xx/spca5xx_20060501.bb +++ b/recipes/spca5xx/spca5xx_20060501.bb @@ -22,3 +22,6 @@ do_install() { install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media } + +SRC_URI[md5sum] = "8fcec25715aea10f9ebec5728c37e752" +SRC_URI[sha256sum] = "b8049142742cc81bc945aadefb40d173aeb447e428ec62a93e781032ea9b40c2" diff --git a/recipes/tango/tango-icon-theme-extras_0.1.0.bb b/recipes/tango/tango-icon-theme-extras_0.1.0.bb index d9158234e9..b63b177be3 100644 --- a/recipes/tango/tango-icon-theme-extras_0.1.0.bb +++ b/recipes/tango/tango-icon-theme-extras_0.1.0.bb @@ -6,3 +6,6 @@ SRC_URI = "http://tango-project.org/releases/${PN}-${PV}.tar.gz \ file://no-icon-naming-utils.patch;patch=1" EXTRA_OECONF = "--disable-icon-framing" FILES_${PN} += "${datadir}/icons" + +SRC_URI[md5sum] = "caaceaec7b61f1cbda0db9842f9db281" +SRC_URI[sha256sum] = "b9252179ea2c546e6bb065281d51373f0ae06081e5a98d4255249af4fa8b33db" diff --git a/recipes/watchdog/watchdog_5.2.6.bb b/recipes/watchdog/watchdog_5.2.6.bb index 46f52d5627..d11751077f 100644 --- a/recipes/watchdog/watchdog_5.2.6.bb +++ b/recipes/watchdog/watchdog_5.2.6.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${P}.tar.gz" inherit autotools FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" + +SRC_URI[md5sum] = "5a1a4476087973852e30f8cdb5b0ff92" +SRC_URI[sha256sum] = "c762525fdbf5f5dd32c6c950f2a63d8c1b15ec3dc7afca5d2dc3dbd1b129a00d" diff --git a/recipes/watchdog/watchdog_5.4.bb b/recipes/watchdog/watchdog_5.4.bb index ec4cea42a7..43bcb79e8c 100644 --- a/recipes/watchdog/watchdog_5.4.bb +++ b/recipes/watchdog/watchdog_5.4.bb @@ -15,3 +15,6 @@ do_install_append() { install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/watchdog } + +SRC_URI[md5sum] = "66480128b9dabcced2e4c8db3e60fa50" +SRC_URI[sha256sum] = "6c5bfb2edae5c289233b6cd65393bb7414a2d30ad4d1239c207a659a4232d91a" -- cgit v1.2.3