diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-10-18 16:46:56 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-19 15:01:12 +0000 |
commit | 81e54e7ff9f51b4c3f4d66e748e92959e28351fe (patch) | |
tree | a8b68f96ada96bb5a0385002ab6843d088cfeefa | |
parent | 7d15e6c0c416b11460c6d7f3aee7aeb2663b13cb (diff) |
recipes-automotive: move hvacplugin package to meta-agl-demo
hvacplugin is used only for demos using legacy AMBd
Change-Id: Ifc3e6523b6f5a1a45e1d29c5a7b45fc5690f3d36
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | meta-agl/recipes-automotive/hvacplugin/files/hvacplugin | 7 | ||||
-rw-r--r-- | meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb | 26 |
2 files changed, 0 insertions, 33 deletions
diff --git a/meta-agl/recipes-automotive/hvacplugin/files/hvacplugin b/meta-agl/recipes-automotive/hvacplugin/files/hvacplugin deleted file mode 100644 index 8a1a90da6..000000000 --- a/meta-agl/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/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb b/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb deleted file mode 100644 index 62e008bad..000000000 --- a/meta-agl/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://github.com/iotbzh/hvacplugin \ - 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" - |