summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-16 15:03:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-19 07:47:53 +0000
commit069e5df6ae3b23659c91a59fd6990fc1a8fd9a92 (patch)
tree6517de9da85323cd67b946a8a44a96b2ef9eec33 /meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
parent734ae5d99bfaadf12e418f8e917b5cff071c55c1 (diff)
downloadpoky-069e5df6ae3b23659c91a59fd6990fc1a8fd9a92.tar.gz
pkgconfig: use system glib for nativesdk builds
There's no need to use the internal glib fork for nativesdk builds, as we can use the proper nativsdk-glib-2.0 recipe. This means we're shipping less statically linked and obsolete code, and can also drop two patches to that code which were only needed in nativesdk builds on Windows. (From OE-Core rev: f893b70a2db326e82f1de5c47b7da3855fa42439) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index 7e5860c18c..68f624c80a 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -15,8 +15,6 @@ SRC_URI = "git://gitlab.freedesktop.org/pkg-config/pkg-config.git;branch=master;
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://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 \
18 file://0001-autotools-remove-support-for-the-__int64-type.-See-1.patch \
19 file://0001-autotools-use-C99-printf-format-specifiers-on-Window.patch \
20 " 18 "
21 19
22S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
@@ -30,7 +28,6 @@ EXTRA_OECONF += "--disable-indirect-deps"
30 28
31PACKAGECONFIG ??= "glib" 29PACKAGECONFIG ??= "glib"
32PACKAGECONFIG:class-native = "" 30PACKAGECONFIG:class-native = ""
33PACKAGECONFIG:class-nativesdk = ""
34 31
35PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" 32PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native"
36 33