summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-12-22 19:01:40 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-24 10:05:46 +0000
commit9a3a4cf849ba55a151721622f731c5ae9117bcf2 (patch)
tree4828281677b066f25680820586441e99fe48091f /meta/recipes-extended/which
parent5645aeb69710a9174ef111d81bf2c3950debf98e (diff)
downloadpoky-9a3a4cf849ba55a151721622f731c5ae9117bcf2.tar.gz
which: Add missing SRC checksums
(From OE-Core rev: 0e6cd25a0003f23e582cb817b7d772e2b602cdb7) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which')
-rw-r--r--meta/recipes-extended/which/which_2.18.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-extended/which/which_2.18.bb
index 92010b24ff..f87929b334 100644
--- a/meta/recipes-extended/which/which_2.18.bb
+++ b/meta/recipes-extended/which/which_2.18.bb
@@ -14,6 +14,9 @@ PR = "r1"
14SRC_URI = "http://www.xs4all.nl/~carlo17/which/which-${PV}.tar.gz \ 14SRC_URI = "http://www.xs4all.nl/~carlo17/which/which-${PV}.tar.gz \
15 file://fix_name_conflict_group_member.patch" 15 file://fix_name_conflict_group_member.patch"
16 16
17SRC_URI[md5sum] = "42d51938e48b91f6e19fabf216f5c3e9"
18SRC_URI[sha256sum] = "9445cd7e02ec0c26a44fd56098464ded064ba5d93dd2e15ec12410ba56b2e544"
19
17DEPENDS = "cwautomacros-native" 20DEPENDS = "cwautomacros-native"
18 21
19inherit autotools update-alternatives 22inherit autotools update-alternatives