summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-02-07 15:31:15 +0100
committerSteve Sakoman <steve@sakoman.com>2023-02-11 04:03:34 -1000
commit6712dfadb37fd22c683824995449efa844531460 (patch)
treed0486ef1fe8f6cdb51a6fc73f8b83c0dad4b4e31 /meta
parent6779319cfae0ea75cba3419f0aedf94838ccf80f (diff)
downloadopenembedded-core-6712dfadb37fd22c683824995449efa844531460.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> (cherry picked from commit 052f767f85eddab9b6e5d78268d2732f4a65d446) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.95.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.95.0.bb b/meta/recipes-extended/lsof/lsof_4.95.0.bb
index 80128369ec..f59fe009bb 100644
--- a/meta/recipes-extended/lsof/lsof_4.95.0.bb
+++ b/meta/recipes-extended/lsof/lsof_4.95.0.bb
@@ -22,7 +22,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"