diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-10 17:43:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 11:25:29 +0100 |
commit | 7c05855b5c7dbdb069c7a55de7f3f361baea05c1 (patch) | |
tree | 264b54a520cb63f7363f08a4612c353df6fe9c47 /meta | |
parent | 1b9218a6a3e772839636826924e11fa2b956915e (diff) | |
download | poky-7c05855b5c7dbdb069c7a55de7f3f361baea05c1.tar.gz |
debianutils: upgrade 5.19 -> 5.20
Changelog:
==========
- acinclude.m4: Bump DEBIANUTILS_VERSION from 5.18 to 5.20.
- installkernel: Recognize "Image" as an uncompressed image basename
(From OE-Core rev: b354439e934b8902bd6ca27b57c1e12887370e88)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/debianutils/debianutils_5.20.bb (renamed from meta/recipes-support/debianutils/debianutils_5.19.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.19.bb b/meta/recipes-support/debianutils/debianutils_5.20.bb index 0fe9b1ec14..61438121da 100644 --- a/meta/recipes-support/debianutils/debianutils_5.19.bb +++ b/meta/recipes-support/debianutils/debianutils_5.20.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9 | |||
11 | SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ | 11 | SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "295d7674cdd526f3c9ec9de76db50efa280a5df0" | 14 | SRCREV = "9f3d6fa6b8d91849a78d681294fa8ea7bfa9086f" |
15 | 15 | ||
16 | inherit autotools update-alternatives | 16 | inherit autotools update-alternatives |
17 | 17 | ||