summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-platform/packagegroups/packagegroup-hmi-framework.bb
blob: 8c9b3526bce39e64f03923b6487de9b86423d7f7 (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-2017 \
"