Remove agl-sdl integration as the layer is dysfunctional 16/24816/1 9.99.1 jellyfish/9.99.1 jellyfish_9.99.1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 24 Jun 2020 11:55:43 +0000 (13:55 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 24 Jun 2020 11:55:43 +0000 (13:55 +0200)
meta-sdl upstream does not support YP 3.1 LTS 'dunfell' .
Remove the feature.

Bug-AGL: SPEC-3446
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Id7611c9299c4cb5289f6b56a08069e259f50c859

recipes-platform/packagegroups/packagegroup-agl-cluster-demo-qtcompositor.bb

index cc034d3..70c7356 100644 (file)
@@ -29,10 +29,6 @@ AGL_SERVICE = " \
     agl-service-identity-agent \
     "
 
-SMARTDEVICELINK = "${@bb.utils.contains('DISTRO_FEATURES', 'agl-sdl', \
-    'sdl-core', '', d)}"
-
-
 AGL_APPS = " \
     cluster-gauges-qtcompositor \
     "
@@ -44,5 +40,4 @@ RDEPENDS_${PN}_append = " \
     most \
     ${AGL_SERVICE} \
     ${AGL_APPS} \
-    ${SMARTDEVICELINK} \
 "