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-08 10:29:01 +0000
commit95e9a652bf786228e0146f5a1d197d6ffed1a3e7 (patch)
tree15f098176de558e83754c2c0790eb5a31c05fa49
parent6aef6d8ccfd2d920f5f345042cd10c2a04cc05d5 (diff)
downloadpoky-95e9a652bf786228e0146f5a1d197d6ffed1a3e7.tar.gz
lsof: fix old override syntax
(From OE-Core rev: 052f767f85eddab9b6e5d78268d2732f4a65d446) 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"
15 15
16inherit update-alternatives 16inherit update-alternatives
17 17
18ALTERNATIVE_${PN} = "lsof" 18ALTERNATIVE:${PN} = "lsof"
19ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof" 19ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof"
20# Make our priority higher than busybox 20# Make our priority higher than busybox
21ALTERNATIVE_PRIORITY = "100" 21ALTERNATIVE_PRIORITY = "100"