diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-26 23:38:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:28 +0000 |
commit | 82bc3fb3a92e5b801f9296286556f89d32768ee7 (patch) | |
tree | 4a34a8cd71a2e3247da0744e95d58cfb4c7835d3 /meta/recipes-extended/findutils/findutils_4.2.31.bb | |
parent | d31ec825bdaca9eaf7b3efc58feb16eb75ed27a3 (diff) | |
download | poky-82bc3fb3a92e5b801f9296286556f89d32768ee7.tar.gz |
findutils 4.2.31: fix SRC_URI
The findutils_4.2.31.bb can't use the SRC_URI in findutils.inc (but
findutils_4.5.14.bb can use it), use the right SRC_URI to fix it.
(From OE-Core rev: 243e6d1380d376d1669c0ffa477027c1bec7f74a)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils_4.2.31.bb')
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 72b657a100..7dee018834 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
@@ -4,9 +4,10 @@ PR = "r4" | |||
4 | 4 | ||
5 | require findutils.inc | 5 | require findutils.inc |
6 | 6 | ||
7 | SRC_URI += "file://gnulib-extension.patch \ | 7 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ |
8 | file://findutils_fix_for_automake-1.12.patch \ | 8 | file://gnulib-extension.patch \ |
9 | file://findutils-fix-doc-build-error.patch \ | 9 | file://findutils_fix_for_automake-1.12.patch \ |
10 | file://findutils-fix-doc-build-error.patch \ | ||
10 | " | 11 | " |
11 | 12 | ||
12 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" | 13 | SRC_URI[md5sum] = "a0e31a0f18a49709bf5a449867c8049a" |