I believe this was already acked: https://patchwork.yoctoproject.org/project/arago/patch/[email protected]/
On Tue, Aug 22, 2023 at 05:38:29PM -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. > > 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 (#14868): https://lists.yoctoproject.org/g/meta-arago/message/14868 Mute This Topic: https://lists.yoctoproject.org/mt/100904546/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
