From c7167b47cce11eb33b43407be65b2debf16605ee Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 22 Aug 2018 15:25:01 +0200 Subject: Add lua-dev and lua-staticdev to minimal crosssdk image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I28d58ec2096531e6db008f8417c47fde23768994 Bug-AGL: SPEC-1678 Signed-off-by: Jan-Simon Möller --- .../recipes-platform/images/agl-image-minimal-crosssdk.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb b/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb index 164e1e9f5..44c43c54a 100755 --- a/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb +++ b/meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb @@ -11,6 +11,19 @@ LICENSE = "MIT" IMAGE_FEATURES_append = " dev-pkgs" IMAGE_INSTALL_append = " kernel-dev kernel-devsrc" +# required dependencies for app and test builds +# also in the minimal image (SPEC-1678) +TOOLCHAIN_HOST_TASK += " \ + nativesdk-lua \ + " + +# required dependencies for app and test builds +# also in the minimal image (SPEC-1678) +TOOLCHAIN_TARGET_TASK += " \ + lua-dev \ + lua-staticdev \ + " + inherit populate_sdk # Task do_populate_sdk and do_rootfs can't be exec simultaneously. -- cgit 1.2.3-korg