summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-09-06 19:14:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 14:36:30 +0100
commit16cdb6cc3bb612cdb07543dc6ad66bd4baf3193f (patch)
tree6c2631468b82f7becdb7a2562cae096e272ab242 /meta/recipes-core/glib-2.0
parentebb1b629d20bec1a73d6dd0a79f7cbc3f0808537 (diff)
downloadpoky-16cdb6cc3bb612cdb07543dc6ad66bd4baf3193f.tar.gz
glib-2.0: libelf has a configure option now, specify it
GLib has had an option to control libelf since 2.67.0, so use it. (From OE-Core rev: d2f028c53a2390c28685b373841c9a600e91819a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 843b6bd29b..878dd107de 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -40,8 +40,7 @@ PACKAGECONFIG ??= "libmount \
40 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 40 ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
41PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux" 41PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux"
42PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native" 42PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native"
43# libelf is auto-detected without a configuration option 43PACKAGECONFIG[libelf] = "-Dlibelf=enabled,-Dlibelf=disabled,elfutils"
44PACKAGECONFIG[libelf] = ",,elfutils"
45PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false," 44PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false,"
46PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" 45PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux"
47 46