packagegroups: remove libnaviapi-agl package 21/23121/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Tue, 12 Nov 2019 04:56:54 +0000 (06:56 +0200)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 29 Nov 2019 01:46:49 +0000 (01:46 +0000)
libnaviapi-agl no longer exists since agl-service-navigation
rewrite so remove it.

Bug-AGL: SPEC-2880
Change-Id: I0ebf10c526bf28c16e77a5ef95bbfcf02cc6546d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
(cherry picked from commit b706fa19383aac2717f96b2e9734d6561c5f5007)

recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb

index 267a0d2..7917af9 100644 (file)
@@ -61,10 +61,6 @@ AGL_APPS = " \
     virtual/mixer \
     "
 
-AGL_APIS = " \
-    libnaviapi-agl \
-    "
-
 QTAGLEXTRAS = "${@bb.utils.contains("DISTRO_FEATURES", "agl-hmi-framework", " qtaglextras", "",d)}"
 
 # Cluster demo support.
@@ -93,7 +89,6 @@ RDEPENDS_${PN}_append = " \
     ${MOST_DRIVERS} \
     ${LIN_DRIVERS} \
     ${AGL_APPS} \
-    ${AGL_APIS} \
     ${QTAGLEXTRAS} \
     ${CLUSTER_SUPPORT} \
     ${DEMO_PRELOAD} \