- If MACHINE_FEATURES does not inlcude 'alsa', alsa related packages will be excluded
Signed-off-by: Sam Nelson <[email protected]> --- .../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 4caf09d..11142dc 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -26,7 +26,7 @@ ARAGO_EXTRA = "\ # minimal set of packages - needed to boot RDEPENDS_${PN} = "\ - ${ARAGO_ALSA_BASE} \ + ${@base_contains('MACHINE_FEATURES', 'alsa', '${ARAGO_ALSA_BASE}', '',d)} \ ${ARAGO_BASE} \ ${ARAGO_EXTRA} \ " -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
