summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-05-20 10:01:54 +0800
committerduerpei <duep.fnst@fujitsu.com>2022-05-20 10:01:54 +0800
commiteee5b2e751961e4a72ab0f1783035099fe5240d1 (patch)
tree1e6ba8f3b25785219cad7f032402d2e1018634f4
parentb3bb31eee08535ea97560bf6fc0f1d56292fee0a (diff)
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 <duep.fnst@fujitsu.com> Change-Id: I03a67694c639a9abaf70e0f5624b0d528dbbf980
-rw-r--r--recipes-demo/launcher/launcher_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb
index e6773415..04f34da6 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"