mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
findutils: cleanup update-alternatives deprecated code
(From OE-Core rev: 5f8f9ff0413683d1a1f01fceaa709def723aca91) 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
825929cc3c
commit
41ab6b5f5e
@@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz"
|
|||||||
|
|
||||||
inherit autotools gettext update-alternatives
|
inherit autotools gettext update-alternatives
|
||||||
|
|
||||||
ALTERNATIVE_LINKS = "${bindir}/find ${bindir}/xargs"
|
ALTERNATIVE_${PN} = "find xargs"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
# diffutils assumes non-glibc compilation with uclibc and
|
# diffutils assumes non-glibc compilation with uclibc and
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
require findutils.inc
|
require findutils.inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user