X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-automotive%2Fhvacplugin%2Fhvacplugin_0.1.bb;fp=meta-agl%2Frecipes-automotive%2Fhvacplugin%2Fhvacplugin_0.1.bb;h=9692e2d0f6004048494554b1d5c6f4d3b16913ee;hb=1f6421b1895a0c97207f8d81b18dd2ebd0c28147;hp=0000000000000000000000000000000000000000;hpb=89801f3fd21e4d9a923c2cc831e4372d7f3d98d3;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb b/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb new file mode 100644 index 000000000..9692e2d0f --- /dev/null +++ b/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb @@ -0,0 +1,26 @@ +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 = "253e3d98505108f652ba875544fde4f58d4714c8" +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" +