wayland-scanner is part of native wayland dev package and is needed for building wayland dependency code against the devkit. Include it in the nativesdk.
Signed-off-by: Gowtham Tammana <[email protected]> --- .../packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb index 5a453b6d..1ced42c1 100644 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb @@ -1,5 +1,5 @@ SUMMARY = "Host packages for a standalone Arago SDK with TI tools" -PR = "r0" +PR = "r1" LICENSE = "MIT" inherit packagegroup nativesdk @@ -26,6 +26,7 @@ EXTRA_TI_TOOLS = " \ RDEPENDS_${PN} = "\ nativesdk-packagegroup-sdk-host \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-dev', '', d)} \ nativesdk-python3-distutils \ nativesdk-git \ nativesdk-mtd-utils-ubifs \ -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
