]> code.ossystems Code Review - openembedded-core.git/commit
apt: update to 1.8.2.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 31 May 2020 15:52:51 +0000 (17:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:25:55 +0000 (15:25 +0100)
commitf058272de9cba188d96940c8c921cf31727fe4d1
treeca8c0911a08db3170f298d057398a0bd274900f6
parentaa20321f086a4283ce8279eed023618f65b2576d
apt: update to 1.8.2.1

I took the opportunity to rewrite the recipe from scratch; there was just too much baggage in it.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 files changed:
meta/conf/distro/include/maintainers.inc
meta/lib/oe/package_manager.py
meta/lib/oeqa/runtime/cases/apt.py
meta/lib/oeqa/selftest/cases/devtool.py
meta/recipes-devtools/apt/apt-native.inc [deleted file]
meta/recipes-devtools/apt/apt-native_1.2.31.bb [deleted file]
meta/recipes-devtools/apt/apt-package.inc [deleted file]
meta/recipes-devtools/apt/apt.inc [deleted file]
meta/recipes-devtools/apt/apt/0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt/0001-Disable-documentation-directory-altogether.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt/0001-Do-not-configure-packages-on-installation.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt/0001-Fix-musl-build.patch [moved from meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch with 55% similarity]
meta/recipes-devtools/apt/apt/0001-Include-array.h-for-std-array.patch [deleted file]
meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
meta/recipes-devtools/apt/apt/0001-The-C.UTF-8-locale-is-not-portable-use-std-locale-cl.patch [deleted file]
meta/recipes-devtools/apt/apt/0001-environment.mak-musl-based-systems-can-generate-shar.patch [deleted file]
meta/recipes-devtools/apt/apt/disable-configure-in-makefile.patch [deleted file]
meta/recipes-devtools/apt/apt/disable-test.patch [deleted file]
meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch [deleted file]
meta/recipes-devtools/apt/apt/makerace.patch [deleted file]
meta/recipes-devtools/apt/apt/no-nls-dpkg.patch [deleted file]
meta/recipes-devtools/apt/apt/noconfigure.patch [deleted file]
meta/recipes-devtools/apt/apt/nodoc.patch [deleted file]
meta/recipes-devtools/apt/apt/triehash [new file with mode: 0755]
meta/recipes-devtools/apt/apt/truncate-filename.patch [deleted file]
meta/recipes-devtools/apt/apt/use-host.patch [deleted file]
meta/recipes-devtools/apt/apt_1.2.31.bb [deleted file]
meta/recipes-devtools/apt/apt_1.8.2.1.bb [new file with mode: 0644]
meta/recipes-devtools/apt/files/apt.conf [deleted file]
meta/recipes-devtools/apt/files/db_linking_hack.patch [deleted file]
meta/recipes-devtools/apt/files/environment.patch [deleted file]
meta/recipes-devtools/apt/files/no-curl.patch [deleted file]