diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-05-11 10:16:57 +0800 |
---|---|---|
committer | duerpei <duep.fnst@fujitsu.com> | 2022-05-11 10:16:57 +0800 |
commit | ff6679e85db6d0138f66238d26257e6318068f89 (patch) | |
tree | 67c9cd2c8c87b0baab68a168fc07d7bc5bff8d27 /recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb | |
parent | d0c5cb51ace76dd5f143f48c850b4546b150ce7e (diff) |
Correct "HOMEPAGE" in some recipe files
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
Diffstat (limited to 'recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb')
-rw-r--r-- | recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb b/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb index 9457606f5..79dac686f 100644 --- a/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb +++ b/recipes-demo/qtquickcontrols2-agl/qtquickcontrols2-agl_git.bb @@ -1,5 +1,5 @@ SUMMARY = "AGL demo custom QtQuickControls2 widgets" -HOMEPAGE = "https://git.automotivelinux.org/gerrit/#/admin/projects/src/qtquickcontrols2-agl" +HOMEPAGE = "https://git.automotivelinux.org/src/qtquickcontrols2-agl" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" |