Remove switch between very old and current homescreen 48/21548/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 7 Jun 2019 10:46:12 +0000 (12:46 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 7 Jun 2019 16:03:33 +0000 (16:03 +0000)
We are evolving the new homescreen. No need to keep the old variant.

Bug-AGL: SPEC-2496

Change-Id: I314a2dbfee15ea951ee5c1006027a7d6ac8df44f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-platform/packagegroups/packagegroup-agl-demo.bb

index 0a64859..fc4f8ef 100644 (file)
@@ -14,10 +14,8 @@ ALLOW_EMPTY_${PN} = "1"
 SMARTDEVICELINK = "${@bb.utils.contains('DISTRO_FEATURES', 'agl-sdl', \
     'packagegroup-agl-smartdevicelink', '', d)}"
 
-# old homescreen package
-HOMESCREEN-OLD = "homescreen"
 # packages from hmi-framework aka homescreen-2017
-HOMESCREEN-NEW = "packagegroup-hmi-framework packagegroup-hmi-framework-dev"
+HOMESCREEN = "packagegroup-hmi-framework"
 
 # old audio package
 AUDIO-OLD = "audiomanager"
@@ -26,7 +24,7 @@ AUDIO-NEW = "packagegroup-agl-audio"
 
 RDEPENDS_${PN} += "\
     libqtappfw \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-hmi-framework', '${HOMESCREEN-NEW}', '${HOMESCREEN-OLD}', d)} \
+    ${HOMESCREEN} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '${AUDIO-NEW}', '${AUDIO-OLD}', d)} \
     udisks \
     ${SMARTDEVICELINK} \