From eee5b2e751961e4a72ab0f1783035099fe5240d1 Mon Sep 17 00:00:00 2001 From: duerpei Date: Fri, 20 May 2022 10:01:54 +0800 Subject: [PATCH] launcher: Correct "HOMEPAGE" in launcher_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: I03a67694c639a9abaf70e0f5624b0d528dbbf980 --- recipes-demo/launcher/launcher_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index e67734151..04f34da6b 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -1,6 +1,6 @@ SUMMARY = "AGL Launcher Application" DESCRIPTION = "AGL Launcher Application build with recipe method" -HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/launcher" +HOMEPAGE = "https://git.automotivelinux.org/apps/launcher" SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -- 2.16.6