mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
diffutils: cleanup update-alternatives deprecated code
(From OE-Core rev: 47620d768194fd69a75f4c19d77dcbdd22eadcb6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ff5c7e2ad9
commit
a4e13edf89
@@ -4,7 +4,7 @@ sdiff, and cmp utilities. These programs are usually \
|
|||||||
used for creating patch files."
|
used for creating patch files."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
||||||
INC_PR = "r6"
|
INC_PR = "r7"
|
||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
|
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
|
||||||
|
|
||||||
@@ -17,6 +17,6 @@ inherit autotools update-alternatives gettext
|
|||||||
# see diffutils.mk in buildroot)
|
# see diffutils.mk in buildroot)
|
||||||
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
|
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
|
||||||
|
|
||||||
ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
|
ALTERNATIVE_${PN} = "diff cmp"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user