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.inc | |
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.inc')
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc index c90a3c96fd..c2ca417d80 100644 --- a/meta/recipes-extended/diffutils/diffutils.inc +++ b/meta/recipes-extended/diffutils/diffutils.inc | |||
@@ -4,10 +4,6 @@ sdiff, and cmp utilities. These programs are usually \ | |||
4 | used for creating patch files." | 4 | used for creating patch files." |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | 6 | ||
7 | INC_PR = "r7" | ||
8 | |||
9 | SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz" | ||
10 | |||
11 | inherit autotools update-alternatives gettext | 7 | inherit autotools update-alternatives gettext |
12 | 8 | ||
13 | # diffutils assumes non-glibc compilation with uclibc and | 9 | # diffutils assumes non-glibc compilation with uclibc and |