packagegroup-agl-demo-platform: Remove qtaglextras dependency
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 14 May 2020 14:12:32 +0000 (17:12 +0300)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 24 Jun 2020 11:47:22 +0000 (13:47 +0200)
qtaglextras is linked and has depedencies on libqwindowmanager. Remove
it entirely.

Bug-AGL: SPEC-3342

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I69eb0cb3b184470560199e8df9bf98efc7a9a8ce

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

index fc0bbfa..812139b 100644 (file)
@@ -37,9 +37,7 @@ AGL_APPS = " \
     virtual/mixer \
     "
 
-QTAGLEXTRAS = "${@bb.utils.contains("DISTRO_FEATURES", "agl-hmi-framework", " qtaglextras", "",d)}"
-#NOTE: removed libqtappfw from QTAGLEXTRAS as it is no longer
-#      necessary due to replacement by individual recipe RDEPENDS.
+QTAGLEXTRAS = " libqtappfw"
 
 # add support for websocket in Qt and QML
 QTAGLEXTRAS_append = " qtwebsockets qtwebsockets-qmlplugins"