Not sure adding to the base is a good idea here...
On Thu, Aug 01, 2019 at 09:24:28AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler <[email protected]> > --- > meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > index 4094d90..cc601b0 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > @@ -31,7 +31,7 @@ ARAGO_EXTRA = "\ > > # minimal set of packages - needed to boot > RDEPENDS_${PN} = "\ > - ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', > 'packagegroup-base-zeroconf', '',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', > 'packagegroup-base-zeroconf avahi-utils', '',d)} \ > ${@bb.utils.contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_BASE}', > '',d)} \ > ${ARAGO_BASE} \ > ${ARAGO_EXTRA} \ > -- > 2.7.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
