From: Scott Murray Date: Tue, 21 Dec 2021 14:31:06 +0000 (-0500) Subject: qtquickcontrols2-agl-style: remove QT_QUICK_CONTROLS_STYLE setting X-Git-Tag: 12.91.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1c8e6f77e6c55fbc73779e5ce18926aba176d2fc;p=AGL%2Fmeta-agl-demo.git 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 --- 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} += " \