summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/rba/librba_1.0.bb
blob: 450684f8383cbe1bf6dc18d026b9646b7ec7c284 (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
SUMMARY = "RBA"
DESCRIPTION = "Rule Based Arbitrator decides which of the content to display \
when a large number of contents to be displayed on the cockpit display device \
(CID, meter, HUD, etc.) occur simultaneously under a certain rule (arbitration)"

SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=13afa517927767fe9b7a65818a02bd8f"

INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/rba;protocol=https;branch=master"
SRCREV = "2cfe2c611be63ae4541abf4e13cfecff0f008f25"

S = "${WORKDIR}/git"

inherit pkgconfig cmake

FILES_${PN} = "${libdir}/"
FILES_${PN}-dev = "${libdir}/pkgconfig/librba.pc \
                   ${includedir}/ \
                  "
INSANE_SKIP_${PN} += "dev-so"
INSANE_SKIP_${PN}-dev += "dev-elf"