summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-10-12 10:24:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-12 16:57:21 +0100
commita73c92e30b24585ff82bce3555a260ab7c24af80 (patch)
treec55ad90abd877bab60f475cb4b7c2dc4ba182e20 /meta/recipes-core
parent3fcd96ea1c4548e5299105fa9cb7393a1c6d7eaa (diff)
downloadpoky-a73c92e30b24585ff82bce3555a260ab7c24af80.tar.gz
nativesdk-packagegroup-sdk-host: add nativesdk-flex
nativesdk-flex is needed for kernel development inside traidtional SDK environment, more particularly, `make scripts' under /usr/src/kernel. So add it to nativesdk-packagegroup-sdk-host. (From OE-Core rev: 6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 3d0894581b..4bf0ac0457 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -25,6 +25,7 @@ RDEPENDS_${PN} = "\
25 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ 25 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
26 nativesdk-sdk-provides-dummy \ 26 nativesdk-sdk-provides-dummy \
27 nativesdk-bison \ 27 nativesdk-bison \
28 nativesdk-flex \
28 " 29 "
29 30
30RDEPENDS_${PN}_darwin = "\ 31RDEPENDS_${PN}_darwin = "\