mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
dnf: upgrade 4.22.0 -> 4.23.0
New version includes support to build against CMake 4+, see [0].
Release notes are available at [1].
Python's 'ctypes' module is a new runtime dependency, added via [2].
[0]: https://github.com/rpm-software-management/dnf/pull/2217
[1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0
[2]: fa47a256ae
(From OE-Core rev: c3efca7495889f3682225af8c9e01ceb094b1bb7)
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
CC: richard.purdie@linuxfoundation.org
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
22f513741d
commit
56afa4b4c6
|
@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
|
|||
|
||||
SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch"
|
||||
|
||||
SRCREV = "da9a7066be8e1628d9453428d33685225cd9c90d"
|
||||
SRCREV = "8fa4bb94a99eadaed91ad2ee51f27a4baafcebed"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit cmake gettext bash-completion setuptools3-base systemd
|
||||
|
@ -35,6 +35,7 @@ BBCLASSEXTEND = "native nativesdk"
|
|||
RDEPENDS:${PN} += " \
|
||||
python3-core \
|
||||
python3-codecs \
|
||||
python3-ctypes \
|
||||
python3-netclient \
|
||||
python3-email \
|
||||
python3-threading \
|
Loading…
Reference in New Issue
Block a user