blob: 5d9550dd59eb2d2e70e5a72078acc54e5602c3aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SUMMARY = "AGL Instrument Cluster API library"
DESCRIPTION = "AGL Instrument Cluster API is defined common function API for Instrument Cluster.\
This library was contributed by four EG member company."
HOMEPAGE = "https://confluence.automotivelinux.org/display/IC"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
DEPENDS = "libclusteripc"
SRC_URI = "git://git.automotivelinux.org/src/libcluster-api;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "fa8ad7927ede4f2a825021d13a8024742b8cb225"
S = "${WORKDIR}/git"
inherit cmake pkgconfig
EXTRA_OECMAKE:append = " \
-DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
"
|