Suspend addition of libavirt-staticdev in SDK 48/21248/1 7.0.2 guppy/7.0.2 guppy_7.0.2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 3 May 2019 20:13:44 +0000 (22:13 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 3 May 2019 20:13:44 +0000 (22:13 +0200)
this is necessary as the guppy branch of src/avirt is outdated.

Please revert when fixed.

Change-Id: I81647a6139588503646cd48a4cc0b6125522cc9c
Bug-AGL: SPEC-2380
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-platform/images/agl-demo-platform-crosssdk.bb

index 720c922..f205fdb 100755 (executable)
@@ -34,7 +34,6 @@ TOOLCHAIN_HOST_TASK += " \
 TOOLCHAIN_TARGET_TASK += " \
     pciutils-dev \
     ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-dev' , '', d)} \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', 'libavirt-staticdev' , '', d)} \
     cairo-dev \
     nss-dev \
     cups-dev \
@@ -51,6 +50,10 @@ TOOLCHAIN_TARGET_TASK += " \
     ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'ffmpeg-dev', '', d)} \
     "
 
+#    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', 'libavirt-staticdev' , '', d)} \
+#
+
+
 # Add wayland-scanner to SDK (SPEC-945)
 # Use TOOLCHAIN_HOST_TASK instead of adding to the packagegroup
 # wayland-scanner is in nativesdk-wayland-dev !