From 833f63409bb5a07b31b19f7e45507c19094081a0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 16 Jan 2017 11:31:39 +0000 Subject: 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 --- recipes-automotive/hvacplugin/files/hvacplugin | 7 ------- recipes-automotive/hvacplugin/hvacplugin_0.1.bb | 26 ------------------------- 2 files changed, 33 deletions(-) delete mode 100644 recipes-automotive/hvacplugin/files/hvacplugin delete mode 100644 recipes-automotive/hvacplugin/hvacplugin_0.1.bb (limited to 'recipes-automotive/hvacplugin') diff --git a/recipes-automotive/hvacplugin/files/hvacplugin b/recipes-automotive/hvacplugin/files/hvacplugin deleted file mode 100644 index 8a1a90da..00000000 --- a/recipes-automotive/hvacplugin/files/hvacplugin +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name" : "hvacplugin", - "path" : "/usr/lib/automotive-message-broker/hvacplugin.so", - "delay" : "30", - "enabled" : true -} - diff --git a/recipes-automotive/hvacplugin/hvacplugin_0.1.bb b/recipes-automotive/hvacplugin/hvacplugin_0.1.bb deleted file mode 100644 index 8ac287f6..00000000 --- a/recipes-automotive/hvacplugin/hvacplugin_0.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "hvacplugin" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://hvacplugin.cpp;startline=4;endline=11;md5=5adb69b6702cd5745961047a30ef560a" - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/hvacplugin;protocol=https \ - file://hvacplugin \ - " -SRCREV = "00cb8ff4084d635d3a929cb41b8d853f6c4baf76" -S = "${WORKDIR}/git" - -DEPENDS = "glib-2.0 json-c automotive-message-broker" -RDEPENDS_{PN} = "automotive-message-broker" - -inherit cmake pkgconfig - -EXTRA_OECMAKE += "-DPLUGIN_INSTALL_PATH=${libdir}/automotive-message-broker" - -do_install_append() { - install -Dm 0644 ${WORKDIR}/hvacplugin ${D}/${sysconfdir}/ambd/plugins.d/hvacplugin -} - -FILES_${PN} += "${libdir}/automotive-message-broker/*.so" -FILES_${PN}-dbg += "${libdir}/automotive-message-broker/.debug" - -- cgit 1.2.3-korg