From 70308c127b168675649bc1489fc6096b842b323e Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 3 May 2019 22:13:44 +0200 Subject: Suspend addition of libavirt-staticdev in SDK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-platform/images/agl-demo-platform-crosssdk.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 720c9223..f205fdbc 100755 --- a/recipes-platform/images/agl-demo-platform-crosssdk.bb +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -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 ! -- cgit 1.2.3-korg