summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-26 21:57:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 22:39:29 +0100
commit12f3536d36460ae0ecfa7511fa9d53d792aca8dd (patch)
treed60bcc1e0f744b34f93d9c115a7879966e41841d /meta
parent94e96643dbf5301699ece35d2b837f528cecc691 (diff)
downloadpoky-12f3536d36460ae0ecfa7511fa9d53d792aca8dd.tar.gz
which 2.18: fix SRC_URI
It is the GPLv2+ version, the old SRC_URI is down, use fedoraproject's repo. Its homepage is also down, but I can't find a new one for it. (From OE-Core rev: 41c4bad11e4a8ebc13f2e4a9712265f3946bf0a8) (From OE-Core rev: e9ed18b3f207ccd5f49118b674006ae3ea37db2d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/which/which_2.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-extended/which/which_2.18.bb
index fd68520d97..eb6cc9967e 100644
--- a/meta/recipes-extended/which/which_2.18.bb
+++ b/meta/recipes-extended/which/which_2.18.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
11 11
12PR = "r2" 12PR = "r2"
13 13
14SRC_URI = "http://www.xs4all.nl/~carlo17/which/which-${PV}.tar.gz \ 14SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/which/which-2.18.tar.gz/42d51938e48b91f6e19fabf216f5c3e9/which-${PV}.tar.gz \
15 file://fix_name_conflict_group_member.patch \ 15 file://fix_name_conflict_group_member.patch \
16 file://automake-foreign.patch \ 16 file://automake-foreign.patch \
17" 17"