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:
Ulrich Ölmann
2023-02-07 15:31:15 +01:00
committed by Richard Purdie
parent 6aef6d8ccf
commit 95e9a652bf

View File

@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
inherit update-alternatives
ALTERNATIVE_${PN} = "lsof"
ALTERNATIVE:${PN} = "lsof"
ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof"
# Make our priority higher than busybox
ALTERNATIVE_PRIORITY = "100"