diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-05-11 10:16:57 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-11 10:23:41 +0000 |
commit | 98326a92c016606d71fd48cb1738247f3a0b58b4 (patch) | |
tree | 61ad7c90704bb40f8f95c88b930c145be556f06d /recipes-demo/qtquickcontrols2-agl-style | |
parent | 739cf79425c325a45468cdf5d0640c3c6328a81b (diff) |
Correct "HOMEPAGE" in some recipe fileslamprey_12.1.9lamprey_12.1.8lamprey_12.1.7lamprey_12.1.6lamprey_12.1.5lamprey_12.1.4lamprey_12.1.3lamprey_12.1.11lamprey_12.1.10lamprey/12.1.9lamprey/12.1.8lamprey/12.1.7lamprey/12.1.6lamprey/12.1.5lamprey/12.1.4lamprey/12.1.3lamprey/12.1.11lamprey/12.1.1012.1.912.1.812.1.712.1.612.1.512.1.412.1.312.1.1112.1.10
The links originally written in HOMEPAGE
cannot be opened when copied to the browser.
So I changed them into links that
can be opened in the browser.
Bug-AGL: SPEC-4368
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: I80590ad0761b2e32a8bd42dad35854648b08df10
(cherry picked from commit ff6679e85db6d0138f66238d26257e6318068f89)
Diffstat (limited to 'recipes-demo/qtquickcontrols2-agl-style')
-rw-r--r-- | recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb b/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb index 04708b956..02d154eb5 100644 --- a/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb +++ b/recipes-demo/qtquickcontrols2-agl-style/qtquickcontrols2-agl-style_git.bb @@ -1,5 +1,5 @@ SUMMARY = "AGL QtQuickControls2 style customizations" -HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/src/qtquickcontrols2-agl-style" +HOMEPAGE = "https://git.automotivelinux.org/src/qtquickcontrols2-agl-style" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" |