diff options
author | Radu Moisan <radu.moisan@intel.com> | 2013-07-10 12:24:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-13 18:23:32 +0100 |
commit | 5d17796c2440f691da28afe0e2e27a0f7bf8bf12 (patch) | |
tree | a5451353a0bdbab0135b137963a74b99d1d9a9bb /meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |
parent | 5f863410d79aad9e9e368294ff37288bf36f4403 (diff) | |
download | poky-5d17796c2440f691da28afe0e2e27a0f7bf8bf12.tar.gz |
diffutils: Upgrade to v3.3
(From OE-Core rev: 071c9bbf3103b73ea898442b284fa42f2b3b4268)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_2.8.1.bb')
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb index da6719d81f..bf425bbb35 100644 --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb | |||
@@ -3,13 +3,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
3 | 3 | ||
4 | require diffutils.inc | 4 | require diffutils.inc |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "r7.0" |
7 | 7 | ||
8 | SRC_URI += "file://diffutils_fix_for_automake-1.12.patch" | 8 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \ |
9 | file://diffutils_fix_for_automake-1.12.patch" | ||
9 | 10 | ||
10 | SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" | 11 | SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428" |
11 | SRC_URI[sha256sum] = "c5001748b069224dd98bf1bb9ee877321c7de8b332c8aad5af3e2a7372d23f5a" | 12 | SRC_URI[sha256sum] = "c5001748b069224dd98bf1bb9ee877321c7de8b332c8aad5af3e2a7372d23f5a" |
12 | 13 | ||
13 | do_configure_prepend () { | 14 | do_configure_prepend () { |
14 | chmod u+w ${S}/po/Makefile.in.in | 15 | chmod u+w ${S}/po/Makefile.in.in |
15 | } \ No newline at end of file | 16 | } |