From 052f767f85eddab9b6e5d78268d2732f4a65d446 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20=C3=96lmann?= Date: Tue, 7 Feb 2023 15:31:15 +0100 Subject: [PATCH] lsof: fix old override syntax MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- meta/recipes-extended/lsof/lsof_4.96.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lsof/lsof_4.96.5.bb b/meta/recipes-extended/lsof/lsof_4.96.5.bb index 9f80176ee13..a1f2c45c69b 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" -- 2.47.2