Install a full unzip for images with agl-devel 50/22750/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 21 Oct 2019 14:13:05 +0000 (16:13 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 23 Oct 2019 07:12:14 +0000 (07:12 +0000)
This avoids an issue with the busybox unzip throwing a CRC error.
We don't need unzip for normal operation, so only add it for agl-devel.

Bug-AGL: SPEC-2920

.

Change-Id: Ic6c998ba1a8e30467cda1c19bff7c12558c40017
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb

index 128d4d7..0a02c98 100644 (file)
@@ -47,6 +47,7 @@ AGL_APPS = " \
     radio \
     settings \
     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'taskmanager' , '', d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \
     high-level-viwi-service \
     agl-service-signal-composer \
     low-can-demo \