The matrix-gui-pm-demos recipe splits its binaries into several subpackages leaving the default package empty. The dependencies for the default package are set so it makes sense to allow this empty package to be created.
Signed-off-by: Paul Barker <[email protected]> --- meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb index 0116f5ea..a9ebb84f 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb @@ -10,6 +10,7 @@ S = "${WORKDIR}/git/power_apps" # Make sure power submenu and app images has been installed RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-power matrix-gui-generic-pm" +ALLOW_EMPTY_${PN} = "1" # Break out the individual files into separate packages. That way only the # PM features supported for each device can be installed. Prepend the list -- 2.29.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
