summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/ambdbusaccess/ambdbusaccess_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 13:52:19 +0000
commit833f63409bb5a07b31b19f7e45507c19094081a0 (patch)
treef1364a1025d9a81addaa8c09e08ea59d0360b0b6 /recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb
parent3e16d8c33ca3fb889782d213d8678ebe248f4778 (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/ambdbusaccess/ambdbusaccess_0.1.bb')
-rw-r--r--recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb b/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb
deleted file mode 100644
index e804113d..00000000
--- a/recipes-automotive/ambdbusaccess/ambdbusaccess_0.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "ambdbusaccess"
-
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad \
- file://ambdbusaccess.cpp;startline=1;endline=5;md5=0ba6897a99e9332dae1891b4ccf78de3 \
- "
-
-SRC_URI = "file://* \
- "
-S = "${WORKDIR}"
-
-DEPENDS = "qtdeclarative qtbase"
-RDEPENDS_${PN} = "automotive-message-broker"
-
-RPROVIDES_${PN} = "ambdbusaccess"
-
-inherit qmake5
-
-do_install () {
- install -d ${D}${libdir}/qt5/qml/Automotive/
- install -m 0755 ambdbusaccess ${D}${libdir}/qt5/qml/Automotive/
-}
-
-FILES_${PN} += "${libdir}/qt5/qml/Automotive/ambdbusaccess"
-FILES_${PN}-dbg += "${libdir}/qt5/qml/Automotive/.debug"
-