summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-12 06:56:54 +0200
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-12 06:59:20 +0200
commitb706fa19383aac2717f96b2e9734d6561c5f5007 (patch)
treee7928425a964f6177dd5815576fff719f7c9d44e
parent9c2527139b1d2447b6c6eece2052860cd5166547 (diff)
packagegroups: remove libnaviapi-agl package
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>
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb
index 94439321..9f7524ac 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb
@@ -63,10 +63,6 @@ AGL_APPS = " \
virtual/mixer \
"
-AGL_APIS = " \
- libnaviapi-agl \
- "
-
QTAGLEXTRAS = "${@bb.utils.contains("DISTRO_FEATURES", "agl-hmi-framework", " qtaglextras", "",d)}"
# Cluster demo support.
@@ -95,7 +91,6 @@ RDEPENDS_${PN}_append = " \
${MOST_DRIVERS} \
${LIN_DRIVERS} \
${AGL_APPS} \
- ${AGL_APIS} \
${QTAGLEXTRAS} \
${CLUSTER_SUPPORT} \
${DEMO_PRELOAD} \