summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2019-03-13 10:30:06 +0000
committerStephane Desneux <stephane.desneux@iot.bzh>2019-03-13 10:35:08 +0000
commit02b19b08b87f200316395ef426a94adbce0bf23a (patch)
treed12866268be3ba0406dda8d4a3884970f9a0650f
parent266bd066d5a145a1af00b96215bd689595f68b53 (diff)
agl-service-*: fix HOMEPAGE urls
Some git repositories migrated from github.com/iotbzh to gerrit but HOMEPAGE urls were not reflecting the change. Change-Id: Iad9ef5c01757c2134d561fcf699eb63b03bba296 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb2
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb8
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb2
3 files changed, 6 insertions, 6 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb
index 488c9ea05..3961da46f 100644
--- a/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb
+++ b/meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "AGL low level user database binding"
-HOMEPAGE = "https://github.com/iotbzh/agl-identity"
+HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-data-persistence/"
SECTION = "base"
LICENSE = "MIT"
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb
index f20aa99d8..a0c5072ba 100644
--- a/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb
+++ b/meta-agl-profile-core/recipes-apis/agl-service-nfc/agl-service-nfc_git.bb
@@ -1,8 +1,8 @@
-SUMMARY = "agl-service-nfc"
+SUMMARY = "agl-service-nfc"
DESCRIPTION = ""
-HOMEPAGE = "https://www.github.com/iotbzh/nfc-binding"
-SECTION = "apps"
-DEPENDS = "af-binder json-c glib-2.0 neardal"
+HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-nfc/"
+SECTION = "apps"
+DEPENDS = "af-binder json-c glib-2.0 neardal"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb
index d15bafbfb..ac9ec51ba 100644
--- a/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb
+++ b/meta-agl-profile-core/recipes-apis/agl-service-platform-info/agl-service-platform-info_git.bb
@@ -1,6 +1,6 @@
SUMMARY = "Platform info provider binding"
DESCRIPTION = "AGL Platform info provider binding"
-HOMEPAGE = "https://github.com/iotbzh/agl-service-platform-info.git"
+HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-platform-info/"
SECTION = "apps"
LICENSE = "Apache-2.0"