summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb')
-rw-r--r--meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb b/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
new file mode 100644
index 0000000..66308d4
--- /dev/null
+++ b/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
@@ -0,0 +1,17 @@
+SUMMARY = "CommonAPI"
+SECTION = "libs"
+LICENSE = "MPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
+PROVIDES = "commonapi3"
+PR = "r0"
+
+inherit autotools cmake lib_package pkgconfig
+
+SRCREV = "77d9cdaf6acee03a1e360e0e1a3cd0b01a95b407"
+SRC_URI = "git://git.projects.genivi.org/ipc/common-api-runtime.git"
+S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE += "-DCMAKE_INSTALL_PREFIX=/usr"
+
+FILES_${PN}-dev += "${libdir}/cmake"
+RDEPENDS_${PN} += "dlt-daemon"