[oe-commits] [openembedded-core] 17/19: nativesdk-packagegroup-sdk-host: add nativesdk-flex

git at git.openembedded.org git at git.openembedded.org
Fri Oct 12 07:47:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Fri Oct 12 10:24:52 2018 +0800

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 3d08945..4bf0ac0 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 = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list