summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-02-07 15:31:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-07 22:48:32 +0000
commit052f767f85eddab9b6e5d78268d2732f4a65d446 (patch)
tree4568467328007d3192678a0f67d6ceef62399dbf
parent18eeea6fcd8ade49390a978134f51646da2f7764 (diff)
downloadopenembedded-core-052f767f85eddab9b6e5d78268d2732f4a65d446.tar.gz
lsof: fix old override syntax
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/lsof/lsof_4.96.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.96.5.bb b/meta/recipes-extended/lsof/lsof_4.96.5.bb
index 9f80176ee1..a1f2c45c69 100644
--- a/meta/recipes-extended/lsof/lsof_4.96.5.bb
+++ b/meta/recipes-extended/lsof/lsof_4.96.5.bb
@@ -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"