Skip to content
Snippets Groups Projects
Commit ce63a82c authored by Jonas Höppner's avatar Jonas Höppner
Browse files

packagegroup-seconorth-qt5: Move nogplv3 handling to meta-seconorth-nogplv3

parent d5b07d07
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!403Adapt layer to work with the meta-seconorth-nogplv3 layer
......@@ -12,7 +12,6 @@ PACKAGES = " \
${PN}-tests \
${PN}-tools \
${PN}-translations \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
"
RDEPENDS:${PN} = " \
......@@ -49,7 +48,7 @@ RDEPENDS:${PN} = " \
qtwebsockets \
qtxmlpatterns \
qwt-qt5 \
${@bb.utils.contains('DISTRO_FEATURES', 'gplv3', '${PN}-gplv3', '', d)} \
qt-kiosk-browser \
"
RDEPENDS:${PN}-tests = " \
......@@ -75,13 +74,6 @@ RDEPENDS:${PN}-translations = " \
qttranslations-qtxmlpatterns \
"
# Dependency chain regarding GPLv3:
# qt-kiosk-browser -> qtwebengine -> python2 -> gdbm
RDEPENDS:${PN}-gplv3 = " \
qt-kiosk-browser \
"
RRECOMMENDS:${PN}-examples = " \
qmlbench \
qtbase-examples \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment