summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-12-10 14:22:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-12 18:10:22 +0000
commit0a374e196fc00e4efca2a83de642296eca3eca91 (patch)
treee4311708ec256920b461b7a9734c95fff8100ee3 /meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
parentbe8fe788e29e7b9c231e1a8ac885e5087f6442a4 (diff)
downloadpoky-0a374e196fc00e4efca2a83de642296eca3eca91.tar.gz
pkgconfig: remove obsolete support for renamed libtool
libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. (From OE-Core rev: 5a4088a1dce17886d391db25a667dd4e0dbbc5cb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig_git.bb')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index c220bafd90..16efcef561 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -14,7 +14,6 @@ PV = "0.29.2+git${SRCPV}"
14SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;protocol=https \ 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 \
18 file://0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch \ 17 file://0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch \
19 file://0001-autotools-remove-support-for-the-__int64-type.-See-1.patch \ 18 file://0001-autotools-remove-support-for-the-__int64-type.-See-1.patch \
20 file://0001-autotools-use-C99-printf-format-specifiers-on-Window.patch \ 19 file://0001-autotools-use-C99-printf-format-specifiers-on-Window.patch \