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-09 19:51:45 -0400 |
commit | 05ccb920fe45ff993ad8158b2e8ae5921c18f358 (patch) | |
tree | d5c1648f9eea837a035c6536e0b7a99878083b87 | |
parent | c369b00e617f408e2a408b0c04dc44fe7e06b7a1 (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 |