From 789d8d0df1b0d76b3100e6ec71d6d43acc219885 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jun 2025 12:19:34 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" inherit meson gobject-introspection pkgconfig -EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dlibmagic=disabled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides" +EXTRA_OEMESON = "-Dwith_py3=false -Dwith_docs=false -Drpmio=disabled -Dwith_manpages=disabled -Dgobject_overrides_dir_py3=${PYTHON_SITEPACKAGES_DIR}/gi/overrides" DEPENDS += "glib-2.0 libyaml glib-2.0-native" -- cgit v1.2.3-54-g00ecf