summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-12-20 14:08:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-03 21:16:00 +0000
commitcf5f875d569e4a604438ec0a5c13816b00d1b67f (patch)
tree3720ea464498a0fb21855d32e63c1f3ec05fd891 /meta/recipes-core/packagegroups
parenteb4898839fbf6060c440052cf40e6ce1d4e35ea7 (diff)
downloadpoky-cf5f875d569e4a604438ec0a5c13816b00d1b67f.tar.gz
nativesdk-packagegroup-sdk-host: add Meson
Meson is growing in popularity, so add it to the SDK packagegroup. (From OE-Core rev: e2f863e13d33b193b1b5b1ba08f574776a210ac1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb1
1 files changed, 1 insertions, 0 deletions
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} = "\
22 nativesdk-shadow \ 22 nativesdk-shadow \
23 nativesdk-makedevs \ 23 nativesdk-makedevs \
24 nativesdk-cmake \ 24 nativesdk-cmake \
25 nativesdk-meson \
25 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ 26 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
26 nativesdk-sdk-provides-dummy \ 27 nativesdk-sdk-provides-dummy \
27 nativesdk-bison \ 28 nativesdk-bison \