summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/radio/radio_git.bbappend
AgeCommit message (Expand)AuthorFilesLines
2017-05-29Unpin after Daring Dab RC1Jan-Simon Moeller1-1/+0
2017-05-25Add a bbappend with pinnning for all packages with AUTOREVdab_3.99.1dab/3.99.13.99.1Jan-Simon Möller1-0/+1
17 18 19 20
SUMMARY = "The middleware for AGL IVI profile"
DESCRIPTION = "The set of packages required for AGL IVI Distribution"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-profile-graphical \
    profile-graphical \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    packagegroup-agl-image-minimal \
    packagegroup-agl-graphical-weston \
    packagegroup-agl-graphical-services \
"

RDEPENDS_profile-graphical = "${PN}"