diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2023-06-02 22:30:27 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-06-30 04:07:59 -1000 |
commit | c6a776870da1c973dec56a8dc2492b6715d6cd3e (patch) | |
tree | ef7e8e027075e9c826f1276d0097c84820aca68f | |
parent | 7af06a750a9190b196802653fafe59b3e0564b14 (diff) | |
download | poky-c6a776870da1c973dec56a8dc2492b6715d6cd3e.tar.gz |
dpkg: upgrade to v1.21.22
* Code internals:
- libdpkg: Handle missing Version when formatting source:Upstream-Version.
Reported by John Scott <email address hidden>.
* Localization:
- Add Portuguese scripts translations.
Thanks to Américo Monteiro <email address hidden>. Closes: #1032562
(From OE-Core rev: eddc394e6ad88679b6cb8db30ccf9c8134ce87bf)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 56bdf69a06be21ea376303fbb4d50e9dd570cdbb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.21.22.bb (renamed from meta/recipes-devtools/dpkg/dpkg_1.21.21.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.21.21.bb b/meta/recipes-devtools/dpkg/dpkg_1.21.22.bb index a19a96ef06..04bcc93321 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.21.21.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.21.22.bb | |||
@@ -18,6 +18,6 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.21. | |||
18 | 18 | ||
19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" | 19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" |
20 | 20 | ||
21 | SRCREV = "9ef736b7b3a5fa0d6e991e8475eb2e3151fec345" | 21 | SRCREV = "48482e4f16467e05a08aa3b3b8048e08f0024609" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |