blob: 00961219c9c97a8d57e4a74c5a3799b289416b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUMMARY = "AGL Instrument Cluster IPC library"
DESCRIPTION = "AGL Instrument Cluster IPC is IPC framework for the AGL Instrument Cluster API.\
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"
SRC_URI = "git://git.automotivelinux.org/src/libcluster-ipc;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "b27fb69aa966866920e86b10f7d10326a0042e33"
S = "${WORKDIR}/git"
inherit cmake pkgconfig
EXTRA_OECMAKE:append = " \
-DCMAKE_SYSROOT=${RECIPE_SYSROOT} \
"
|