recipes-demo-hmi/navigation/ondemandnavi_git.bb@@ -8,9 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
DEPENDS += "qtquickcontrols2 \
qlibhomescreen \
- qlibwindowmanager \
qtlocation \
- qtaglextras \
libqtappfw \
"
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=947b2d60ca3872e172034438e9801200"
DEPENDS += "qtbase json-c \
- qlibwindowmanager libhomescreen \
+ libhomescreen \
libqtappfw \
"
@@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \
DEPENDS += "qtbase \
qtquickcontrols2 \
qlibhomescreen \
- qlibwindowmanager \
qtlocation \
libqtappfw \
"
@@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
# build-time dependencies
-DEPENDS += "qtquickcontrols2 libhomescreen qlibhomescreen libwindowmanager qlibwindowmanager"
+DEPENDS += "qtquickcontrols2 libhomescreen qlibhomescreen"
inherit qmake5 aglwgt
@@ -16,7 +16,6 @@ S = "${WORKDIR}/git"
DEPENDS += "qtquickcontrols2 \
libqtappfw \
libhomescreen \
- qlibwindowmanager \
gstreamer1.0 \
"
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS = "qtquickcontrols2 rtl-sdr"
-DEPENDS += "libhomescreen qlibwindowmanager libqtappfw"
+DEPENDS += "libhomescreen libqtappfw"
inherit qmake5 aglwgt
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
# build-time dependencies
DEPENDS += "libqtappfw qtquickcontrols2 qt-qrcode"
-DEPENDS += "libhomescreen qlibwindowmanager qtvirtualkeyboard"
+DEPENDS += "libhomescreen qtvirtualkeyboard"
# runtime dependencies
RDEPENDS_${PN} += " \
@@ -18,7 +18,6 @@ DEPENDS += "qtquickcontrols2 \
qtcharts \
libqtappfw \
libhomescreen \
- qlibwindowmanager \
"
inherit qmake5 aglwgt
@@ -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"
@@ -16,22 +16,16 @@ PACKAGES = "\
"
RDEPENDS_${PN} = " \
- agl-service-windowmanager \
agl-service-homescreen \
homescreen \
- libwindowmanager \
- qlibwindowmanager \
libhomescreen \
qlibhomescreen \
- runxdg \
hmi-debug \
launcher \
"
-
# NOTE: Currently no coverage versions of these widgets, they should
# be added here when available.
RDEPENDS_${PN}-devel = " \
- agl-service-windowmanager-dbg \
agl-service-homescreen-dbg \
homescreen-dbg \
launcher-dbg \