diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-09-22 15:20:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-25 11:09:04 +0100 |
| commit | 933f7f277825e92cc62b2aa73bfeb91436ac5b96 (patch) | |
| tree | b370c47fec01d5b27bb46e2ff48a4d06c5fe6e48 | |
| parent | 1e6ec66607e3a801fb6e995e1a61bda7a7a986cf (diff) | |
| download | poky-933f7f277825e92cc62b2aa73bfeb91436ac5b96.tar.gz | |
libdnf: remove obsolete gobject-introspection support
The intention to remove G-I support was stated in [1] and the last few
pieces removed in [2], which were part of 0.15.0.
[1] libdnf a4abd42a ("Move libcheck dependency to tests/")
[2] libdnf e2f2862b ("[swdb]: C++ implementation with SWIG bindings.")
(From OE-Core rev: 6f37e3293c27d06b7aab845370dd3ea63c564fe9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_0.74.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb index 0dce8dc183..aa9e18e763 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb | |||
| @@ -19,16 +19,12 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" | |||
| 19 | 19 | ||
| 20 | DEPENDS = "glib-2.0 libsolv librepo rpm gtk-doc libmodulemd json-c swig-native util-linux" | 20 | DEPENDS = "glib-2.0 libsolv librepo rpm gtk-doc libmodulemd json-c swig-native util-linux" |
| 21 | 21 | ||
| 22 | inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base | 22 | inherit gtk-doc cmake pkgconfig setuptools3-base |
| 23 | 23 | ||
| 24 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DWITH_MAN=OFF -DPYTHON_DESIRED=3 \ | 24 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DWITH_MAN=OFF -DPYTHON_DESIRED=3 \ |
| 25 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DWITH_GIR=ON', '-DWITH_GIR=OFF', d)} \ | ||
| 26 | -DWITH_TESTS=OFF \ | 25 | -DWITH_TESTS=OFF \ |
| 27 | -DWITH_ZCHUNK=OFF \ | 26 | -DWITH_ZCHUNK=OFF \ |
| 28 | -DWITH_HTML=OFF \ | 27 | -DWITH_HTML=OFF \ |
| 29 | " | 28 | " |
| 30 | EXTRA_OECMAKE:append:class-native = " -DWITH_GIR=OFF" | ||
| 31 | EXTRA_OECMAKE:append:class-nativesdk = " -DWITH_GIR=OFF" | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
| 34 | SKIP_RECIPE[libdnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}" | 30 | SKIP_RECIPE[libdnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}" |
