]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lsof: fix old override syntax
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Tue, 7 Feb 2023 14:31:15 +0000 (15:31 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sat, 11 Feb 2023 14:03:34 +0000 (04:03 -1000)
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>
meta/recipes-extended/lsof/lsof_4.95.0.bb

index 80128369ec7b7bf863776529888e227300540410..f59fe009bb9d4463b53b31d3970394b76760ed52 100644 (file)
@@ -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"