From 8aa27e4eb2f08281329ca1a1da421c6fc376bc8d Mon Sep 17 00:00:00 2001 From: He Zhe Date: Fri, 28 Sep 2018 11:18:24 +0800 Subject: nativesdk-bison: Add to nativesdk-packagegroup-sdk-host and set BISON_PKGDATADIR bison is needed when building kernel. Add it to nativesdk-packagegroup-sdk-host and set BISON_PKGDATADIR for bison to use its components. Signed-off-by: He Zhe Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/packagegroups') diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index e2f6169994..448c2f6de4 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} = "\ nativesdk-cmake \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ nativesdk-sdk-provides-dummy \ + nativesdk-bison \ " RDEPENDS_${PN}_darwin = "\ -- cgit 1.2.3-korg