aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/common-api/common-api-c++-dbus_3.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-extended/common-api/common-api-c++-dbus_3.1.5.bb')
-rw-r--r--meta-ivi/recipes-extended/common-api/common-api-c++-dbus_3.1.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-ivi/recipes-extended/common-api/common-api-c++-dbus_3.1.5.bb b/meta-ivi/recipes-extended/common-api/common-api-c++-dbus_3.1.5.bb
new file mode 100644
index 0000000..1426d9c
--- /dev/null
+++ b/meta-ivi/recipes-extended/common-api/common-api-c++-dbus_3.1.5.bb
@@ -0,0 +1,17 @@
+SUMMARY = "CommonAPI-DBus"
+SECTION = "libs"
+LICENSE = "MPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
+PR = "r0"
+DEPENDS = "commonapi3 dbus"
+REQUIRES = "commonapi3 dbus"
+
+SRCREV = "3348a422ffc756b63de5890356383858a898e8b1"
+SRC_URI = "git://git.projects.genivi.org/ipc/common-api-dbus-runtime.git"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE += "-DCMAKE_INSTALL_PREFIX=/usr "
+CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}"
+
+inherit cmake lib_package pkgconfig
+FILES_${PN}-dev += "${libdir}/cmake"