From b9a7d4e7b77c025c9156e0fc7a9bc71a94daa168 Mon Sep 17 00:00:00 2001 From: duerpei Date: Fri, 20 May 2022 09:11:54 +0800 Subject: 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 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 --- meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg