From 1c8e6f77e6c55fbc73779e5ce18926aba176d2fc Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 21 Dec 2021 09:31:06 -0500 Subject: [PATCH] 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 Change-Id: I3f4303c1d8bbb9df85071668db85d0c649f5bfc3 --- .../qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb | 5 ----- 1 file changed, 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} += " \ -- 2.16.6