Add homescreen as default to the agl-demo-platform 45/7445/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 6 Dec 2016 18:51:00 +0000 (19:51 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 7 Dec 2016 14:59:19 +0000 (15:59 +0100)
This change adds
the homescreen package into the default image.

Change-Id: I5e0f5d7f0fe3937af02bcbe8c1be443da4c2128d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-demo-hmi/homescreen/homescreen_0.6.5.bb [moved from recipes-demo-hmi/HomeScreen/HomeScreen_0.6.4.bb with 99% similarity]
recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb

@@ -3,7 +3,7 @@ DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFr
 HOMEPAGE    = "https://wiki.automotivelinux.org/homescreen"
 LICENSE     = "Apache-2.0"
 SECTION     = "apps"
-PV          = "0.6.4+gitr${SRCPV}"
+PV          = "0.6.5+gitr${SRCPV}"
 S           = "${WORKDIR}/git/"
 
 inherit qmake5 systemd
index 42fc935..72f2290 100644 (file)
@@ -14,4 +14,5 @@ ALLOW_EMPTY_${PN} = "1"
 RDEPENDS_${PN} += "\
     packagegroup-agl-appfw \
     hvacplugin \
+    homescreen \
     "