diff options
author | Holger Behrens <Holger.Behrens@windriver.com> | 2013-07-04 16:45:41 +0200 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2013-07-08 18:11:11 +0300 |
commit | b60edf45812000e4e37171d6a426f5bed8a36268 (patch) | |
tree | f25f8ec84821ba6365fbb536661cde27b80272a5 | |
parent | a135fe1c44ebdd2683936f3bb00d8ae4bfb32f26 (diff) | |
download | meta-ivi-b60edf45812000e4e37171d6a426f5bed8a36268.tar.gz meta-ivi-b60edf45812000e4e37171d6a426f5bed8a36268.tar.bz2 meta-ivi-b60edf45812000e4e37171d6a426f5bed8a36268.zip |
common-api-c++: added CommonAPI runtime
This is the CommonAPI base C++ library, which provides the application
interface for users and can load runtime bindings such as dbus.
Common API and its mechanism specific bindings (e.g. Common API D-Bus)
provide a set of libraries and tools to work with RPC communication in
a way independent of wich mechanism is used.
References:
- http://projects.genivi.org/commonapi/
- http://lists.genivi.org/pipermail/genivi-ipc/2013-March/000057.html
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
-rw-r--r-- | recipes-extended/common-api/common-api-c++_2.0.2.bb | 11 |
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 |