summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb
blob: 75e09d4e409b868e10e2738e507a3c9014b6f591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "AGL Instrument Cluster Core Packages"
DESCRIPTION = "This pacage group including AGL Instrument Cluster function core packages such as \
               common library,framework."
HOMEPAGE = "https://confluence.automotivelinux.org/display/IC"

LICENSE = "Apache-2.0"

PACKAGE_ARCH = "${TUNE_PKGARCH}"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-ic-core \
"
RDEPENDS:${PN} += "\
    libclusteripc \
    libclusterapi \
    librefop \
"