navigation: change current application to a RPROVIDES to allow multiple options 29/12329/3
authorMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 6 Dec 2017 06:11:00 +0000 (22:11 -0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 8 Dec 2017 15:13:13 +0000 (15:13 +0000)
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 <matt.ranostay@konsulko.com>
recipes-demo-hmi/navigation/navigation_git.bb
recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb

index 3351528..f1937da 100755 (executable)
@@ -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 = ""
 
index 82454a7..68270ff 100755 (executable)
@@ -48,7 +48,7 @@ AGL_APPS = " \
     hvac \
     mediaplayer \
     mixer \
-    navigation \
+    virtual/navigation \
     phone \
     poiapp \
     radio \