diff mbox series

[2/2] lsof: fix old override syntax

Message ID 20230207143115.1135748-2-u.oelmann@pengutronix.de
State Accepted, archived
Commit 052f767f85eddab9b6e5d78268d2732f4a65d446
Headers show
Series [1/2] recipe_sanity: fix old override syntax | expand

Commit Message

Ulrich Ölmann Feb. 7, 2023, 2:31 p.m. UTC
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 meta/recipes-extended/lsof/lsof_4.96.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/lsof/lsof_4.96.5.bb b/meta/recipes-extended/lsof/lsof_4.96.5.bb
index 9f80176ee13b..a1f2c45c69bb 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"