From: Randolph Sapp <[email protected]> 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 <[email protected]> --- .../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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14863): https://lists.yoctoproject.org/g/meta-arago/message/14863 Mute This Topic: https://lists.yoctoproject.org/mt/100904546/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
