summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2021-05-28 16:51:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-31 14:31:01 +0100
commit164281a293b57079e7abd67c807a4cf0941b83d9 (patch)
tree2e0c2b07dc2e4688bf408d808c1cd291b91971a7
parent43380125d95c7c2b68aa94923a913bdc344eaa2e (diff)
downloadpoky-164281a293b57079e7abd67c807a4cf0941b83d9.tar.gz
pkgconfig: update SRC_URI
The git repo for pkg-config was changed, so update the SRC_URI accordingly with the new link. (From OE-Core rev: 9fd1b9b8282d68213b187ab42fae27e6a3c95b2e) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index 72db876ad0..964d85fa38 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11SRCREV = "edf8e6f0ea77ede073f07bff0d2ae1fc7a38103b" 11SRCREV = "edf8e6f0ea77ede073f07bff0d2ae1fc7a38103b"
12PV = "0.29.2+git${SRCPV}" 12PV = "0.29.2+git${SRCPV}"
13 13
14SRC_URI = "git://anongit.freedesktop.org/pkg-config \ 14SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \
15 file://pkg-config-esdk.in \ 15 file://pkg-config-esdk.in \
16 file://pkg-config-native.in \ 16 file://pkg-config-native.in \
17 file://fix-glib-configure-libtool-usage.patch \ 17 file://fix-glib-configure-libtool-usage.patch \