From patchwork Fri Jul 28 00:20:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randolph Sapp X-Patchwork-Id: 28052 X-Patchwork-Delegate: reatmon@ti.com 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 93D6AC04E69 for ; Fri, 28 Jul 2023 00:20:43 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web11.22558.1690503636390920155 for ; Thu, 27 Jul 2023 17:20:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=CPqC8V46; spf=pass (domain: ti.com, ip: 198.47.23.248, mailfrom: rs@ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36S0KYmS120052; Thu, 27 Jul 2023 19:20:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690503634; bh=rV0S+4DzZoWiWdsFtpCXZ0FWGSvtsZyWo7tncILy/Ak=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=CPqC8V46uowdjpJ+Yy85GrZTX/s5Fuh1sOY68EBA1K48o+XOAEWCjXpZcNf3ymFi3 fPuOZNp9WUOzafUZWKwxuFcWDyZvWze6lztQyWI01h82KkaToFtGRPVGbYLI+BEuah CdQz4ockzhTZ0iYm+/jHI8Z1pdJCCBdLxSiPZjFw= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36S0KYpD003084 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 27 Jul 2023 19:20:34 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 27 Jul 2023 19:20:34 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 27 Jul 2023 19:20:34 -0500 Received: from rs-desk.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36S0KYfD025363; Thu, 27 Jul 2023 19:20:34 -0500 From: To: , CC: , , , Randolph Sapp Subject: [meta-arago][kirkstone/master][PATCH 1/5] packagegroup-arago-bootstrap: fix RDEPENDS notation Date: Thu, 27 Jul 2023 19:20:28 -0500 Message-ID: <20230728002032.853330-2-rs@ti.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230728002032.853330-1-rs@ti.com> References: <20230728002032.853330-1-rs@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 28 Jul 2023 00:20:43 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/14810 From: Randolph Sapp The RDEPENDS for this packagegroup was still using the legacy format so it was being evaluated as a do-nothing group. Enable it. Signed-off-by: Randolph Sapp Acked-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-bootstrap.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb index b0ec64b0..50f759be 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb @@ -47,6 +47,6 @@ UTILS:append:k3 = " \ k3conf \ " -RDEPENDS_${PN} = "\ +RDEPENDS:${PN} = "\ ${UTILS} \ "