diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/mailx/mailx_8.1.2-0.20020411cvs.bb | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/mailx/mailx_8.1.2-0.20020411cvs.bb')
-rw-r--r-- | recipes/mailx/mailx_8.1.2-0.20020411cvs.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/mailx/mailx_8.1.2-0.20020411cvs.bb b/recipes/mailx/mailx_8.1.2-0.20020411cvs.bb index aa94f3d302..6cfc2b17ad 100644 --- a/recipes/mailx/mailx_8.1.2-0.20020411cvs.bb +++ b/recipes/mailx/mailx_8.1.2-0.20020411cvs.bb @@ -3,8 +3,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}-1.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}-1.diff.gz;patch=1;name=patch \ file://install.patch;patch=1" S = "${WORKDIR}/mailx-${PV}.orig" @@ -13,3 +13,8 @@ CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN" do_install () { oe_runmake 'DESTDIR=${D}' install } + +SRC_URI[archive.md5sum] = "61bb0ce78f7828b4fb9f6fe13eb4e425" +SRC_URI[archive.sha256sum] = "38fedc49b0b38018b3b5249499d28c6581b43a45a412f0c144341bee52575498" +SRC_URI[patch.md5sum] = "816b337e1fb83a2ebac164412f8ea1fe" +SRC_URI[patch.sha256sum] = "f37d1c04b88f430a77aea1bea7048e114dc37990e64a6b7d49974511c6d4b7e0" |