summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen
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-demo-hmi/homescreen
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-demo-hmi/homescreen')
-rw-r--r--recipes-demo-hmi/homescreen/homescreen_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb
index 984e5153..e6db70e1 100644
--- a/recipes-demo-hmi/homescreen/homescreen_git.bb
+++ b/recipes-demo-hmi/homescreen/homescreen_git.bb
@@ -15,7 +15,7 @@ DEPENDS = "\
libqtappfw \
qlibwindowmanager \
libhomescreen \
- libafb-helpers-qt \
+ libafb-helpers-qt \
"
inherit qmake5 systemd pkgconfig aglwgt
@@ -29,3 +29,7 @@ S = "${WORKDIR}/git/"
PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:"
OE_QMAKE_CXXFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}"
+
+RDEPENDS_${PN} += " \
+ libqtappfw \
+"