diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-05 22:11:00 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-08 15:13:13 +0000 |
commit | 82fd77548762a027d4754fa11a2b753c41982782 (patch) | |
tree | 9f9bf74c5c0b46117995881cb803ec493a367784 /recipes-demo-hmi/navigation | |
parent | ea5dc9d8f3a51f07a09cf60446bfe915eff9157b (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rwxr-xr-x | recipes-demo-hmi/navigation/navigation_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "" |