diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-05-11 10:16:57 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-16 13:20:44 +0000 |
commit | d6b2260cb2114668d025d80068855a615e785d3b (patch) | |
tree | 3f0d8716abc4497467e925ca2ac8da6a5f70492a /recipes-demo/qtquickcontrols2-agl | |
parent | d0421c2a9a2d6a0d2d7867972f40116f07fd0bc6 (diff) |
Correct "HOMEPAGE" in some recipe filesmarlin_13.0.1marlin/13.0.113.0.1
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')
-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" |