summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb
blob: 2da31921a127d996f9dd765972ee8d2e73f14cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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} += "\
    cluster-service \
    librefop \
"