From 376888887cb8ade94ceb4db0ac6cf80fb6cadb4a Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 5 Dec 2017 22:11:00 -0800 Subject: [PATCH] navigation: change current application to a RPROVIDES to allow multiple options Change the navigation recipe to an RPROVIDES to allow various other options for navigation. This change also updates the respective packagegroup. Bug-AGL: SPEC-1157 Change-Id: I98a90510fca18f55b0db2ccac0e5aa00899730ac Signed-off-by: Matt Ranostay --- recipes-demo-hmi/navigation/navigation_git.bb | 2 ++ recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index 335152859..f1937dad7 100755 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -21,6 +21,8 @@ SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \ file://download_mapdata_uk.sh \ " +RPROVIDES_${PN} = "virtual/navigation" + # To avoid C++ library link failure SECURITY_CFLAGS = "" diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb index 4e3740553..be42a4a60 100755 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -47,7 +47,7 @@ AGL_APPS = " \ hvac \ mediaplayer \ mixer \ - navigation \ + virtual/navigation \ phone \ poiapp \ radio \ -- 2.16.6