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: flounder_5.99.1~70 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=82fd77548762a027d4754fa11a2b753c41982782 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 82454a75e..68270ff2e 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 \