summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-22 13:39:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-04 13:07:33 +0100
commita869054e4e46462624610618393e956575410f82 (patch)
treee0e3788469a561c6452af09d7f162f9612df17b2
parent498bbee789f0b3b3a827e7b6914dfa9de764b1be (diff)
downloadpoky-a869054e4e46462624610618393e956575410f82.tar.gz
apt: upgrade 2.4.4 -> 2.4.5
apt (2.4.5) release notes: * Only protect two kernels, not last installed one (LP: #1968154) * Fix segfault in CacheSetHelperAPTGet::tryVirtualPackage() (From OE-Core rev: 76f4471a26bf457d1f0816b2b5ba92d0d6474e14) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6a6462fd0ab140b554f4bda260e26b938cd44dc2) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/apt/apt_2.4.5.bb (renamed from meta/recipes-devtools/apt/apt_2.4.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt_2.4.4.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb
index 9faf1e7ea9..95c25e3036 100644
--- a/meta/recipes-devtools/apt/apt_2.4.4.bb
+++ b/meta/recipes-devtools/apt/apt_2.4.5.bb
@@ -25,7 +25,7 @@ SRC_URI:append:class-nativesdk = " \
25 file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ 25 file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \
26 " 26 "
27 27
28SRC_URI[sha256sum] = "d6d83d122ddd7cc83b2c2f839a55940c13ab93e5cf6024a010d6a6b4110dcf0e" 28SRC_URI[sha256sum] = "5552f175c3a3924f5cda0c079b821b30f68a2521959f2c30ab164d2ec7993ecf"
29LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" 29LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
30 30
31# the package is taken from snapshots.debian.org; that source is static and goes stale 31# the package is taken from snapshots.debian.org; that source is static and goes stale