diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-05-20 10:01:54 +0800 |
---|---|---|
committer | duerpei <duep.fnst@fujitsu.com> | 2022-05-20 10:01:54 +0800 |
commit | eee5b2e751961e4a72ab0f1783035099fe5240d1 (patch) | |
tree | 1e6ba8f3b25785219cad7f032402d2e1018634f4 /recipes-demo | |
parent | b3bb31eee08535ea97560bf6fc0f1d56292fee0a (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
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |