On Thu, Jul 27, 2023 at 07:20:28PM -0500, [email protected] wrote: > 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.
Good catch! > Signed-off-by: Randolph Sapp <[email protected]> Acked-by: Denys Dmytriyenko <[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 (#14824): https://lists.yoctoproject.org/g/meta-arago/message/14824 Mute This Topic: https://lists.yoctoproject.org/mt/100402240/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
