aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
blob: 94991a334b65236da7757343f979c01263da49ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "CommonAPI"
SECTION = "libs"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"

PROVIDES = "commonapi3"
PR = "r1"

DEPENDS = "dlt-daemon"

inherit cmake lib_package pkgconfig

SRCREV = "77d9cdaf6acee03a1e360e0e1a3cd0b01a95b407"

SRC_URI = "git://git.projects.genivi.org/ipc/common-api-runtime.git;protocol=http \
    file://0001-common-api-runtime-replace-hard-coded-lib-dir-by-var.patch \
    "
S = "${WORKDIR}/git"

EXTRA_OECMAKE += "-DCMAKE_INSTALL_PREFIX=/usr \
    -DINSTALL_LIB_DIR:PATH=${baselib} \
    -DINSTALL_CMAKE_DIR:PATH=${baselib}/cmake/CommonAPI \
    "

FILES_${PN}-dev += "${libdir}/cmake"