SPEC-3723: add appfw dependencies back to SDK image 72/25872/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 7 Jan 2021 15:21:00 +0000 (16:21 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 7 Jan 2021 15:21:00 +0000 (16:21 +0100)
This is required in the SDK for some apps.

Bug-AGL: SPEC-3723
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I5169e3e15fe8221583b3510ff3b94aa4a27c597a

recipes-platform/images/agl-demo-platform-crosssdk.bb

index d4b6c9d..7f98b41 100644 (file)
@@ -54,3 +54,17 @@ TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-embedded-c-staticdev"
 TOOLCHAIN_TARGET_TASK += "aws-iot-device-sdk-embedded-c-dev"
 
 TOOLCHAIN_TARGET_TASK += "waltham-dev"
+
+
+# Required dependencies for app and test builds
+TOOLCHAIN_HOST_TASK += " \
+    nativesdk-lua \
+    "
+
+# Required dependencies for app and test builds
+TOOLCHAIN_TARGET_TASK += " \
+    lua-dev \
+    lua-staticdev \
+    libafb-helpers-staticdev \
+    libappcontroller-staticdev \
+    "
\ No newline at end of file