From: Matt Ranostay Date: Wed, 6 Dec 2017 06:11:00 +0000 (-0800) Subject: navigation: change current application to a RPROVIDES to allow multiple options X-Git-Tag: 4.99.4~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=376888887cb8ade94ceb4db0ac6cf80fb6cadb4a 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 --- 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 \