diff mbox series

[meta-arago,kirkstone/master,PATCHv2,1/3] packagegroup-arago-bootstrap: fix RDEPENDS notation

Message ID 20230822224427.1880115-2-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Packagegroup and irqbalance fixup | expand

Commit Message

Randolph Sapp Aug. 22, 2023, 10:38 p.m. UTC
From: Randolph Sapp <rs@ti.com>

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 <rs@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-bootstrap.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Denys Dmytriyenko Aug. 28, 2023, 2:31 p.m. UTC | #1
I believe this was already acked:

https://patchwork.yoctoproject.org/project/arago/patch/20230728002032.853330-2-rs@ti.com/


On Tue, Aug 22, 2023 at 05:38:29PM -0500, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> 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 <rs@ti.com>
> ---
>  .../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} \
>  "
> -- 
> 2.41.0
diff mbox series

Patch

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} \
 "