From: Ulrich Ölmann Date: Tue, 7 Feb 2023 14:31:15 +0000 (+0100) Subject: lsof: fix old override syntax X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1785 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=052f767f85eddab9b6e5d78268d2732f4a65d446;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lsof: fix old override syntax Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- 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"