From bdee02ee6f4b54ee42c23a4afbc903c1e4527f90 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Fri, 5 Jun 2020 19:56:50 +0200 Subject: 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 Change-Id: Idb5aaca35a8d797a4e758f82df6650ef3aeb6561 --- recipes-demo-hmi/homescreen/homescreen_git.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes-demo-hmi/homescreen/homescreen_git.bb') 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 \ +" -- cgit 1.2.3-korg