summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-01-16 11:31:39 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-01-16 11:31:39 +0000
commit892f4cbaeeaa557b8365e496fc0a96676b920fd0 (patch)
tree0d5a47948b79e28652ce1b4fe8eafa8e32ce22b1 /recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb
parent31926d7657fc1cc1eb01daa48934b759a51f4616 (diff)
Get rid of Automotive Message Broker as it has been replaced.
Now using AGL Application Framework Binding system Change-Id: Iac8844645cb85838922bb2fe4e4f355d4444bc09 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb')
-rw-r--r--recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb b/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb
deleted file mode 100644
index 7f98fb39..00000000
--- a/recipes-automotive/climatecontrolplugin/climatecontrolplugin_0.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-SUMMARY = "climatecontrolplugin"
-
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad \
- file://climatecontrol.cpp;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \
- file://climatecontrol.h;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \
- file://climatecontrol_plugin.cpp;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \
- file://climatecontrol_plugin.h;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \
- "
-
-SRC_URI = "file://* \
- "
-S = "${WORKDIR}"
-
-DEPENDS = "qtdeclarative qtbase"
-RDEPENDS_${PN} = "automotive-message-broker ambdbusaccess"
-
-inherit qmake5
-
-do_install () {
- install -d ${D}${libdir}/qt5/qml/Automotive/ClimateControl/
- install -m 0755 libClimateControl.so ${D}${libdir}/qt5/qml/Automotive/ClimateControl/
- install -m 0644 qmldir ${D}${libdir}/qt5/qml/Automotive/ClimateControl/
-}
-
-FILES_${PN} += "${libdir}/qt5/qml/Automotive/ClimateControl/libClimateControl.so \
- ${libdir}/qt5/qml/Automotive/ClimateControl/qmldir \
- "
-FILES_${PN}-dbg += "${libdir}/qt5/qml/Automotive/ClimateControl/.debug"
-