aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/common-api/common-api-c++_2.0.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-extended/common-api/common-api-c++_2.0.2.bb b/recipes-extended/common-api/common-api-c++_2.0.2.bb
new file mode 100644
index 0000000..7cb0dc6
--- /dev/null
+++ b/recipes-extended/common-api/common-api-c++_2.0.2.bb
@@ -0,0 +1,11 @@
+SUMMARY = "CommonAPI"
+SECTION = "libs"
+LICENSE = "MPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
+PROVIDES = "common-api2"
+PR = "r0"
+
+SRC_URI = "git://git.projects.genivi.org/ipc/common-api-runtime.git;protocol=http;tag=${PV}"
+S = "${WORKDIR}/git"
+
+inherit autotools lib_package pkgconfig \ No newline at end of file