diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2022-05-10 09:28:24 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-10 08:54:21 -0700 |
commit | 62becef1091d21f487e826df7be7dcef3ab8f94c (patch) | |
tree | 37cb4dd5c88458a60908759abaaccd34584e636b | |
parent | 71e87a5dbc4a09544e0cf2ad42e50064240d73f3 (diff) | |
download | meta-openembedded-62becef1091d21f487e826df7be7dcef3ab8f94c.tar.gz |
imlib2: update SRC_URI
The upstream repo location has changed, it's now
https://git.enlightenment.org/old/legacy-imlib2
It's not clear when or why it happened, but the the commit hash we use
in SRCREV exists in the 'new' location, so let's at least update the
SRC_URI for now, and fix this warning:
WARNING: imlib2-1.7.1-r0 do_fetch: Failed to fetch URL git://git.enlightenment.org/legacy/imlib2.git;protocol=https;branch=master, attempting MIRRORS if available
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb index 56d41cd394..869f8123db 100644 --- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb | |||
@@ -14,7 +14,7 @@ inherit autotools pkgconfig lib_package | |||
14 | 14 | ||
15 | AUTO_LIBNAME_PKGS = "" | 15 | AUTO_LIBNAME_PKGS = "" |
16 | 16 | ||
17 | SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git;protocol=https;branch=master" | 17 | SRC_URI = "git://git.enlightenment.org/old/legacy-${BPN}.git;protocol=https;branch=master" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 20 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |