summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-05-20 09:11:54 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-05-26 20:49:21 +0000
commitb9a7d4e7b77c025c9156e0fc7a9bc71a94daa168 (patch)
tree1a09d9c2c0c650a67b6139573b42cfd8a0de0064
parentc3d3ccd5a7af4add3697dbaeedad5164bd83335f (diff)
applaunchd: Correct "HOMEPAGE" in applaunchd_git.bb
The originally link in homepage cannot be opened when copied to the browser. Replace it with link that can be opened Bug-AGL: SPEC-4368 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: I33fccf7711527a657b6b4a0170c85a6f4b6d3767 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27500 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb
index 70af49bd6..d588868a2 100644
--- a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb
+++ b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb
@@ -1,6 +1,6 @@
SUMMARY = "AGL Application Launcher service"
DESCRIPTION = "AGL Application Launcher service build with recipe method"
-HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/src/applaunchd"
+HOMEPAGE = "https://git.automotivelinux.org/src/applaunchd"
SECTION = "apps"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"