diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-03 22:13:44 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-03 22:13:44 +0200 |
commit | 70308c127b168675649bc1489fc6096b842b323e (patch) | |
tree | 194f6128de238446c7da5154bedbdd06a3ff6e31 /recipes-platform | |
parent | 3ca33d328adf4b5e0698cac0e59c9fdf4b947d05 (diff) |
Suspend addition of libavirt-staticdev in SDKguppy_7.0.2guppy/7.0.27.0.2
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>
Diffstat (limited to 'recipes-platform')
-rwxr-xr-x | recipes-platform/images/agl-demo-platform-crosssdk.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb index 720c9223a..f205fdbc0 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 ! |