summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_2.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "apt: runtime error: filename too long (tmpdir length)"Steve Sakoman2024-07-231-1/+0
| | | | | | | | | | This reverts commit dafdf9bb9e9d944b9f455c2be8cf698496200717. Patch rejected upstream (From OE-Core rev: e0e9fe4efceb927cfe643b4566bca0b7bfd166fb) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* apt: runtime error: filename too long (tmpdir length)Changqing Li2024-07-121-0/+1
| | | | | | | | | | | | | | | | | when the tmpdir dir is longer than 220, there is no files saved in tmp/sysroots/x86_64-linux/var/lib/apt/lists/ after run apt-get update, this is because apt-get uses the path as the file name, but the file name can't be longer than 255 according to /usr/include/linux/limits.h. [YOCTO #2688] (From OE-Core rev: dafdf9bb9e9d944b9f455c2be8cf698496200717) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Take back from https://git.openembedded.org/openembedded-core/commit/?id=9a0c0393871eda4bbcecfdd4b595f0c1b8e42edf Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* apt-native: don't let dpkg overwrite files by defaultChangqing Li2024-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | With --force-overwrite (implied by --force-all), dpkg will not abort when a package overwrites files from different packages. As this can also lead to "The following package disappeared from your system as all files have been overwritten by other packages: <package>" and subsequently broken dependencies, this makes the simple case of conflicting files hard to debug. Instead of finding all possibly required force options, only disable overwrite for now. (From OE-Core rev: 30cc69f094729e3d11dc6021daf77f5038c4de61) Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Take back from https://git.openembedded.org/openembedded-core/commit/?id=4292387ef6c4e80428bad6a07c844a288b27d9a1 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* apt: Upgrade to v2.6.1Sudip Mukherjee2023-06-011-0/+142
Changes: Update sha256sum for new version (From OE-Core rev: 5eb6c747f8b25cd16125307a51470463c02dffd3) Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>