aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2013-07-10 12:24:12 +0000
committerSaul Wold <sgw@linux.intel.com>2013-07-11 15:59:05 -0700
commit071c9bbf3103b73ea898442b284fa42f2b3b4268 (patch)
treec6399f57197382945d277d0e838e8fb2708465bf /meta/recipes-extended/diffutils/diffutils_2.8.1.bb
parent52ca4ac9f3af16fe99b28eaeaff8bb52f86eb24c (diff)
downloadopenembedded-core-contrib-071c9bbf3103b73ea898442b284fa42f2b3b4268.tar.gz
diffutils: Upgrade to v3.3
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils_2.8.1.bb')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_2.8.1.bb7
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"
require diffutils.inc
-PR = "${INC_PR}.0"
+PR = "r7.0"
-SRC_URI += "file://diffutils_fix_for_automake-1.12.patch"
+SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz \
+ file://diffutils_fix_for_automake-1.12.patch"
SRC_URI[md5sum] = "71f9c5ae19b60608f6c7f162da86a428"
SRC_URI[sha256sum] = "c5001748b069224dd98bf1bb9ee877321c7de8b332c8aad5af3e2a7372d23f5a"
do_configure_prepend () {
chmod u+w ${S}/po/Makefile.in.in
-} \ No newline at end of file
+}