From 82fd77548762a027d4754fa11a2b753c41982782 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 5 Dec 2017 22:11:00 -0800 Subject: 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 33515285..f1937dad 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 82454a75..68270ff2 100755 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -48,7 +48,7 @@ AGL_APPS = " \ hvac \ mediaplayer \ mixer \ - navigation \ + virtual/navigation \ phone \ poiapp \ radio \ -- cgit 1.2.3-korg