summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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-15 21:46:56 +0000
commit9f8e335aea9b21ce0a2a9d3a23ffbc5a829d9aa8 (patch)
tree32d14502b9ee44b003f98c878a2f6d2c094813f4 /meta/recipes-extended
parent8c2294a6558b1dd637cf7972afdbb057d5741439 (diff)
downloadpoky-9f8e335aea9b21ce0a2a9d3a23ffbc5a829d9aa8.tar.gz
lsof: fix old override syntax
(From OE-Core rev: df20b7539b11140ac33eb2f45301b4db85d1ccae) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.94.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.94.0.bb b/meta/recipes-extended/lsof/lsof_4.94.0.bb
index 62f42975af..d50959d73c 100644
--- a/meta/recipes-extended/lsof/lsof_4.94.0.bb
+++ b/meta/recipes-extended/lsof/lsof_4.94.0.bb
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
22 22
23inherit update-alternatives 23inherit update-alternatives
24 24
25ALTERNATIVE_${PN} = "lsof" 25ALTERNATIVE:${PN} = "lsof"
26ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof" 26ALTERNATIVE_LINK_NAME[lsof] = "${sbindir}/lsof"
27# Make our priority higher than busybox 27# Make our priority higher than busybox
28ALTERNATIVE_PRIORITY = "100" 28ALTERNATIVE_PRIORITY = "100"