Commit ec3a23f3 authored by Florent Revest's avatar Florent Revest

Fixes incorrect dependencies to qtquick1 which built huge packages like...

Fixes incorrect dependencies to qtquick1 which built huge packages like qtwayland for no good reason...
parent aff7cd2c
......@@ -9,7 +9,7 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += " qtbase qtquick1 libngf dbus"
DEPENDS += " qtbase qtdeclarative libngf dbus"
inherit qmake5
do_install_append() {
......
......@@ -12,7 +12,7 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += "qtbase qtsensors qtquick1 qtwayland mlite dbus dbus-glib libresourceqt qtsystems libngf-qt statefs-qt mce usb-moded-qt5 systemd wayland qt5-qpa-hwcomposer-plugin qmsystem qttools-native"
DEPENDS += "qtbase qtsensors qtdeclarative qtwayland mlite dbus dbus-glib libresourceqt qtsystems libngf-qt statefs-qt mce usb-moded-qt5 systemd wayland qt5-qpa-hwcomposer-plugin qmsystem qttools-native"
RDEPENDS_${PN} += "qt5-qpa-hwcomposer-plugin"
# qt5-qpa-hwcomposer-plugin isn't detected to be needed at runtime by OpenEmbedded
......
......@@ -11,7 +11,7 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
INSANE_SKIP_${PN} += "dev-deps"
DEPENDS += " qtbase qtquick1 cor qtaround"
DEPENDS += " qtbase qtdeclarative cor qtaround"
inherit cmake_qt5
B = "${WORKDIR}/git"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment