]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig: update SRC_URI
authorChangqing Li <changqing.li@windriver.com>
Fri, 28 May 2021 08:51:55 +0000 (16:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 May 2021 13:29:39 +0000 (14:29 +0100)
The git repo for pkg-config was changed, so update the
SRC_URI accordingly with the new link.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pkgconfig/pkgconfig_git.bb

index 72db876ad01c717b6b83c9ee2cca94250ea01b5b..964d85fa38c414993ad3ad08b9b262bcd9ccf0dd 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRCREV = "edf8e6f0ea77ede073f07bff0d2ae1fc7a38103b"
 PV = "0.29.2+git${SRCPV}"
 
-SRC_URI = "git://anongit.freedesktop.org/pkg-config \
+SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \
            file://pkg-config-esdk.in \
            file://pkg-config-native.in \
            file://fix-glib-configure-libtool-usage.patch \