diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-10-12 10:24:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-12 08:44:09 +0100 |
commit | 6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5 (patch) | |
tree | 3622ec5692c014c92a3b9c5889aec025918b5e22 | |
parent | ca69d793e4b987bd5202e1359ff82c515ad65a5a (diff) | |
download | openembedded-core-6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5.tar.gz openembedded-core-6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5.tar.bz2 openembedded-core-6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5.zip |
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.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
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} = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ nativesdk-sdk-provides-dummy \ nativesdk-bison \ + nativesdk-flex \ " RDEPENDS_${PN}_darwin = "\ |