Add lua-dev and lua-staticdev to minimal crosssdk image 33/16233/3
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 22 Aug 2018 13:25:01 +0000 (15:25 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 23 Aug 2018 19:49:44 +0000 (19:49 +0000)
Change-Id: I28d58ec2096531e6db008f8417c47fde23768994
Bug-AGL: SPEC-1678
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
meta-agl-profile-core/recipes-platform/images/agl-image-minimal-crosssdk.bb

index 164e1e9..44c43c5 100755 (executable)
@@ -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.