diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-16 23:11:54 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-21 23:14:51 +0000 |
commit | 24815ea0bde1cb15d57fd7ba98ce5a220265cf35 (patch) | |
tree | 835ad594dad6003698c6e7136cdc1a2e433bbbb1 | |
parent | c30f27b000e825b6092b2bbcba56f72676b9ce6a (diff) |
packagegroup: navigation: add gpsd package
Add gpsd package to the agl-ivi-navi-lbs packagegroup to allow
access to the gps binding.
Bug-AGL: SPEC-831
Change-Id: I8b5821849ea293d2a295884a8aa36543916607b4
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10647
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Martin Kelly <mkelly@xevo.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb b/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb index 0a3ba2752..b280b587e 100644 --- a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb +++ b/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi-navi-lbs.bb @@ -8,7 +8,6 @@ PACKAGES = "\ packagegroup-agl-ivi-navi-lbs \ " -ALLOW_EMPTY_${PN} = "1" - RDEPENDS_${PN} += "\ + gpsd \ " |