diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-09 19:51:45 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-11 13:16:50 +0000 |
commit | c46eeba99648976abb1da62777847127cf9a4b90 (patch) | |
tree | b89eb9dc272b8654b700f8b44cf641f1fdf77c1f | |
parent | 192d1ea510bfcc4c997b997dd6d5c1c73f676914 (diff) |
agl-service-navigation: Switch to AGL Gerrit
Update agl-service-navigation recipe to switch to using AGL Gerrit for
the source repository.
Bug-AGL: SPEC-2787
Change-Id: I9a494adb8972b8cf20681ab37d2756459448e13d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rwxr-xr-x | meta-agl-profile-core/recipes-apis/agl-service-navigation/agl-service-navigation_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-navigation/agl-service-navigation_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-navigation/agl-service-navigation_git.bb index 0c245b3e0..c7a6fce0e 100755 --- a/meta-agl-profile-core/recipes-apis/agl-service-navigation/agl-service-navigation_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-navigation/agl-service-navigation_git.bb @@ -6,12 +6,12 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://github.com/AGLExport/agl-service-navigation;protocol=git;branch=master" -SRCREV = "1f1ffc92fcc882aa5e885badbc91a3384f5d77b1" +DEPENDS = "json-c libdbus-c++" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-navigation;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" -DEPENDS = " json-c libdbus-c++ " - inherit cmake aglwgt pkgconfig |