mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
lsof: fix old override syntax
(From OE-Core rev: 052f767f85eddab9b6e5d78268d2732f4a65d446) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6aef6d8ccf
commit
95e9a652bf
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit update-alternatives
|
inherit update-alternatives
|
||||||
|
|
||||||
ALTERNATIVE_${PN} = "lsof"
|
ALTERNATIVE:${PN} = "lsof"
|
||||||
ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof"
|
ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof"
|
||||||
# Make our priority higher than busybox
|
# Make our priority higher than busybox
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|||||||
Reference in New Issue
Block a user