aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-07-26 16:19:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 14:18:39 +0100
commit47620d768194fd69a75f4c19d77dcbdd22eadcb6 (patch)
treedcf437f0ec8c5c3e7179b1fd183b81151b0921b3 /meta/recipes-extended/diffutils
parentf5f3cf1ac4c2dd3cae0cda3c858c8e5b309e1fdc (diff)
downloadopenembedded-core-contrib-47620d768194fd69a75f4c19d77dcbdd22eadcb6.tar.gz
diffutils: cleanup update-alternatives deprecated code
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/diffutils')
-rw-r--r--meta/recipes-extended/diffutils/diffutils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc
index 3964db0636..c90a3c96fd 100644
--- a/meta/recipes-extended/diffutils/diffutils.inc
+++ b/meta/recipes-extended/diffutils/diffutils.inc
@@ -4,7 +4,7 @@ sdiff, and cmp utilities. These programs are usually \
used for creating patch files."
SECTION = "base"
-INC_PR = "r6"
+INC_PR = "r7"
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
@@ -17,6 +17,6 @@ inherit autotools update-alternatives gettext
# see diffutils.mk in buildroot)
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
-ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
+ALTERNATIVE_${PN} = "diff cmp"
ALTERNATIVE_PRIORITY = "100"