From patchwork Tue Feb 7 14:31:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ulrich_=C3=96lmann?= X-Patchwork-Id: 19089 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE334C64EC7 for ; Tue, 7 Feb 2023 14:31:31 +0000 (UTC) Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [85.220.165.71]) by mx.groups.io with SMTP id smtpd.web11.84864.1675780288327745608 for ; Tue, 07 Feb 2023 06:31:29 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: pengutronix.de, ip: 85.220.165.71, mailfrom: uol@pengutronix.de) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pPP0I-0004ww-4G; Tue, 07 Feb 2023 15:31:26 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pPP0G-003J4L-3s; Tue, 07 Feb 2023 15:31:25 +0100 Received: from uol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pPP0G-004lTL-Ev; Tue, 07 Feb 2023 15:31:24 +0100 From: =?utf-8?q?Ulrich_=C3=96lmann?= To: OpenEmbedded Core Developers Cc: =?utf-8?q?Ulrich_=C3=96lmann?= Subject: [PATCH 2/2] lsof: fix old override syntax Date: Tue, 7 Feb 2023 15:31:15 +0100 Message-Id: <20230207143115.1135748-2-u.oelmann@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230207143115.1135748-1-u.oelmann@pengutronix.de> References: <20230207143115.1135748-1-u.oelmann@pengutronix.de> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: uol@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: openembedded-core@lists.openembedded.org List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 07 Feb 2023 14:31:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/176817 Signed-off-by: Ulrich Ölmann --- 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 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"