From: Ross Burton Date: Thu, 20 Dec 2018 14:08:36 +0000 (+0000) Subject: nativesdk-packagegroup-sdk-host: add Meson X-Git-Tag: uninative-2.4~720 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e2f863e13d33b193b1b5b1ba08f574776a210ac1;p=openembedded-core.git nativesdk-packagegroup-sdk-host: add Meson Meson is growing in popularity, so add it to the SDK packagegroup. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 4bf0ac0457..ae989011f4 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -22,6 +22,7 @@ RDEPENDS_${PN} = "\ nativesdk-shadow \ nativesdk-makedevs \ nativesdk-cmake \ + nativesdk-meson \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ nativesdk-sdk-provides-dummy \ nativesdk-bison \