diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-21 09:31:06 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-21 10:01:45 -0500 |
commit | 1c8e6f77e6c55fbc73779e5ce18926aba176d2fc (patch) | |
tree | 9e80a1b6a099a6f1d14fffcc393b5ac8c6ca9e6e | |
parent | 71c79debcfb38ed7c20b07a6845806ecc85b83eb (diff) |
qtquickcontrols2-agl-style: remove QT_QUICK_CONTROLS_STYLE setting
QT_QUICK_CONTROLS_STYLE was being set with a mechanism specific to
the old application framework, remove the now redundant snippet that
was doing so. Setting the style will be handled by the applications
that require it going forward.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I3f4303c1d8bbb9df85071668db85d0c649f5bfc3
-rw-r--r-- | recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb b/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb index 04708b956..c4ce1b9ab 100644 --- a/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb +++ b/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb @@ -14,11 +14,6 @@ S = "${WORKDIR}/git" inherit qmake5 -do_install:append:class-target() { - install -d ${D}/${sysconfdir}/afm/unit.env.d - echo "QT_QUICK_CONTROLS_STYLE=AGL" > ${D}${sysconfdir}/afm/unit.env.d/qtquickcontrols2-style -} - FILES:${PN} += "${OE_QMAKE_PATH_QML}/QtQuick/Controls.2/AGL/*" RDEPENDS:${PN} += " \ |