diff options
| author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-14 13:26:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 00:25:29 -0700 |
| commit | e544f97eadf5a24481afb24633a81ee79dbee184 (patch) | |
| tree | d6286d374b5595bf23f67fc3efb3fd7e463fc8d6 /meta-oe/recipes-graphics/dnfdragora | |
| parent | 62702ff84d716cbcfb55780c16c8b0ea20e3bf3c (diff) | |
| download | meta-openembedded-e544f97eadf5a24481afb24633a81ee79dbee184.tar.gz | |
dnfdragora: Allow to build with CMake 4+
The 2.x branch of dnfdragora is in maintenance mode. Official support to build
with CMake 4+ is only available in preview versions of v3 (named 2.99.x, see
[0]) which are only compatible with dnf v5. Thus, apply the 'minimum policy
version' override.
[0]: https://github.com/manatools/dnfdragora/commit/0b84709de2b6e981b6359f1ad9806eca5e267462
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/dnfdragora')
| -rw-r--r-- | meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb index ef6dc14ca6..50fff7de54 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb | |||
| @@ -20,7 +20,8 @@ DEPENDS += "dnf python3 " | |||
| 20 | RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " | 20 | RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " |
| 21 | 21 | ||
| 22 | # manpages generation requires http://www.sphinx-doc.org/ | 22 | # manpages generation requires http://www.sphinx-doc.org/ |
| 23 | EXTRA_OECMAKE = " -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" | 23 | EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ |
| 24 | -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" | ||
| 24 | 25 | ||
| 25 | BBCLASSEXTEND = "nativesdk" | 26 | BBCLASSEXTEND = "nativesdk" |
| 26 | 27 | ||
