From dfcf831dfc1c8420397dc3d9b3d7a8f2d80ff9be Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 29 Mar 2017 18:17:51 -0400 Subject: Use split out AGL QtQuickControls2 repositories Replace usage of the CES2017 repository with the new split out qtquickcontrols2-agl and qtquickcontrols2-agl-style repositories containing the AGL demo custom widgets and style. Since the CES2017-demo recipe no longer serves a purpose, remove it now as well. Bug-AGL: SPEC-404, SPEC-462 Change-Id: I0c31ccfe45c8912da4589e38c2cb159975536aad Signed-off-by: Scott Murray --- recipes-demo-hmi/CES2017-demo/CES2017-demo.bb | 69 --------------------------- 1 file changed, 69 deletions(-) delete mode 100644 recipes-demo-hmi/CES2017-demo/CES2017-demo.bb (limited to 'recipes-demo-hmi/CES2017-demo/CES2017-demo.bb') diff --git a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb b/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb deleted file mode 100644 index e96c98f92..000000000 --- a/recipes-demo-hmi/CES2017-demo/CES2017-demo.bb +++ /dev/null @@ -1,69 +0,0 @@ -SUMMARY = "App Launcher for the AGL Demonstrator @ CES2017" -DESCRIPTION = "App Lanucher app in QML format for the AGL Demonstrator @ CESS2017" -HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/AGL/DemoApps/CES2017" -SECTION = "apps" -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" - -DEPENDS = "homescreen zip-native qtmultimedia qtquickcontrols2" - -PV = "1.0+git${SRCPV}" -PN = "ces2017-demo" - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2017;protocol=http" -SRCREV = "${AUTOREV}" - -# Pinned branch/SRCREV for Charming Chinook -SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2017;protocol=http;branch=chinook" -SRCREV_chinook = "f31423226ad2baf75a770d41dae1b0ec42bf7ff1" - -S = "${WORKDIR}/git/" - -inherit qmake5 - -do_install() { - install -d ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/qmldir ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/ImageButton.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/ToggleButton.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/Key.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/AbstractKeyboard.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/Symbols.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/Alphabet.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/Keyboard.qml ${D}${libdir}/qt5/qml/AGL/Demo/Controls/ - install -d ${D}${libdir}/qt5/qml/AGL/Demo/Controls/images/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/images/Keyboard_Back.svg ${D}${libdir}/qt5/qml/AGL/Demo/Controls/images/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/images/Keyboard_Shift.svg ${D}${libdir}/qt5/qml/AGL/Demo/Controls/images/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/images/Keyboard_Space.svg ${D}${libdir}/qt5/qml/AGL/Demo/Controls/images/ - install -m 0644 ${S}/imports/AGL/Demo/Controls/images/Keyboard_Arrow.svg ${D}${libdir}/qt5/qml/AGL/Demo/Controls/images/ - - install -d ${D}${libdir}/qt5/qml/QtQuick/Controls.2/AGL - install -m 0644 ${S}/imports/qtquickcontrols2aglstyle/*.qml ${D}${libdir}/qt5/qml/QtQuick/Controls.2/AGL - - install -d ${D}${libdir}/qt5/qml/QtQuick/Controls.2/AGL/images/ - install -m 0644 ${S}/imports/qtquickcontrols2aglstyle/images/* ${D}${libdir}/qt5/qml/QtQuick/Controls.2/AGL/images/ -} - -FILES_${PN} += " \ - /usr/AGL/ \ - /usr/lib/qt5/qml/AGL/Demo/Controls/qmldir \ - /usr/lib/qt5/qml/AGL/Demo/Controls/ImageButton.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/ToggleButton.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/Key.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/AbstractKeyboard.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/Symbols.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/Alphabet.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/Keyboard.qml \ - /usr/lib/qt5/qml/AGL/Demo/Controls/images/Keyboard_Back.svg \ - /usr/lib/qt5/qml/AGL/Demo/Controls/images/Keyboard_Shift.svg \ - /usr/lib/qt5/qml/AGL/Demo/Controls/images/Keyboard_Space.svg \ - /usr/lib/qt5/qml/AGL/Demo/Controls/images/Keyboard_Arrow.svg \ - /usr/lib/qt5/qml/QtQuick/Controls.2/AGL \ - /usr/lib/qt5/qml/QtQuick/Controls.2/AGL/images \ -" - -RDEPENDS_${PN} += " \ - qtquickcontrols-qmlplugins \ - qtquickcontrols2-qmlplugins \ - qtsvg-plugins \ -" -- cgit 1.2.3-korg