summaryrefslogtreecommitdiffstats
path: root/recipes-platform
diff options
context:
space:
mode:
authorRaquel Medina <raquel.medina@konsulko.com>2020-06-05 19:56:50 +0200
committerScott Murray <scott.murray@konsulko.com>2020-06-10 22:31:01 +0000
commitbdee02ee6f4b54ee42c23a4afbc903c1e4527f90 (patch)
treeb155ec2df9b08e6cb8fe9e3f2a2ae2f1fb1f1089 /recipes-platform
parenta318e611b00739592f5cd3c92966e45dde36a7e5 (diff)
remove libqtappfw package from QTAGLEXTRAS
Remove libqtappfw package from QTAGLSEXTRAS and add to individual recipe RDEPENDS. Bug-AGL: SPEC-3390 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Idb5aaca35a8d797a4e758f82df6650ef3aeb6561
Diffstat (limited to 'recipes-platform')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb
index 45e0dd1e..fc0bbfa6 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb
@@ -38,7 +38,8 @@ AGL_APPS = " \
"
QTAGLEXTRAS = "${@bb.utils.contains("DISTRO_FEATURES", "agl-hmi-framework", " qtaglextras", "",d)}"
-QTAGLEXTRAS_append = " libqtappfw"
+#NOTE: removed libqtappfw from QTAGLEXTRAS as it is no longer
+# necessary due to replacement by individual recipe RDEPENDS.
# add support for websocket in Qt and QML
QTAGLEXTRAS_append = " qtwebsockets qtwebsockets-qmlplugins"