]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lsof: fix old override syntax
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Tue, 7 Feb 2023 14:31:15 +0000 (15:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2023 22:48:32 +0000 (22:48 +0000)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsof/lsof_4.96.5.bb

index 9f80176ee13bb31210dab4687a5e061f7d2a327e..a1f2c45c69bbf1baf70bf8b5d08bb2641cc8cbf6 100644 (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"