summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb
blob: b135130454602ebe10e03bc03a64f41431c1324c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "The software for the AGL hmi framework 2017"
DESCRIPTION = "A set of packages belong to the hmi framework 2017"

LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} += " \
  agl-service-windowmanager-2017 \
  agl-service-soundmanager-2017 \
  agl-service-homescreen-2017 \
  homescreen-2017 \
  libwindowmanager \
  libsoundmanager \
  libhomescreen \
"