diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-09 12:19:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:42 +0100 |
commit | 789d8d0df1b0d76b3100e6ec71d6d43acc219885 (patch) | |
tree | 6cebe02a981dce62127ae031062ad1fe46660b5c | |
parent | f1181e56b0dd03a650862cd63fd93e6e848e01a7 (diff) | |
download | poky-789d8d0df1b0d76b3100e6ec71d6d43acc219885.tar.gz |
libmodulemd: remove libmagic option
Meson shows this warning in do_configure:
WARNING: libmagic option is obsolete. libmodulemd can detect
compression formats without a magic library now. Please stop using
this option. It will be removed in the future and will cause a meson
failure.
Remove the option as it's now redundant.
(From OE-Core rev: c053dd1f2143e10d970db849d13df447e736169f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb index 4bdc587f4f..79fabfc868 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/git" | |||
12 | 12 | ||
13 | inherit meson gobject-introspection pkgconfig | 13 | inherit meson gobject-introspection pkgconfig |
14 | 14 | ||
15 | EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides" | 15 | EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides" |
16 | 16 | ||
17 | DEPENDS += "glib-2.0 libyaml glib-2.0-native" | 17 | DEPENDS += "glib-2.0 libyaml glib-2.0-native" |
18 | 18 | ||