summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:31 +0100
commitcae9a6c9c8cc1991b8e68b0816fc2db22e3ae129 (patch)
tree64e897bae1d8e17be8a8cbc9cd369e6e813245d3 /meta/recipes-devtools/apt/apt.inc
parentfbb498abd98128a196d059175e3fec99eecee7dc (diff)
downloadpoky-cae9a6c9c8cc1991b8e68b0816fc2db22e3ae129.tar.gz
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. (From OE-Core rev: f058272de9cba188d96940c8c921cf31727fe4d1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt.inc')
-rw-r--r--meta/recipes-devtools/apt/apt.inc40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
deleted file mode 100644
index 87d533782f..0000000000
--- a/meta/recipes-devtools/apt/apt.inc
+++ /dev/null
@@ -1,40 +0,0 @@
1SUMMARY = "Advanced front-end for dpkg"
2DESCRIPTION = "Provides command-line tools for searching and managing as well \
3as querying information about packages as a low-level access to all features \
4of the libapt-pkg library."
5LICENSE = "GPLv2.0+"
6SECTION = "base"
7
8SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${BPN}/${PV}/${BPN}_${PV}.tar.xz \
9 file://use-host.patch \
10 file://makerace.patch \
11 file://no-nls-dpkg.patch \
12 file://fix-gcc-4.6-null-not-defined.patch \
13 file://truncate-filename.patch \
14 file://nodoc.patch \
15 file://disable-configure-in-makefile.patch \
16 file://disable-test.patch \
17 file://0001-environment.mak-musl-based-systems-can-generate-shar.patch \
18 file://0001-apt-1.2.12-Fix-musl-build.patch \
19 file://0001-Include-array.h-for-std-array.patch \
20 file://0001-The-C.UTF-8-locale-is-not-portable-use-std-locale-cl.patch \
21 "
22SRC_URI[md5sum] = "d30eed9304e82ea8238c854b5c5a34d9"
23SRC_URI[sha256sum] = "03ded4f5e9b8d43ecec083704b2dcabf20c182ed382db9ac7251da0b0b038059"
24LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
25
26# the package is taken from snapshots.debian.org; that source is static and goes stale
27# so we check the latest upstream from a directory that does get updated
28UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/"
29
30inherit autotools gettext useradd upstream-version-is-even
31
32EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
33
34do_configure_prepend() {
35 rm -rf ${S}/buildlib/config.sub
36 rm -rf ${S}/buildlib/config.guess
37}
38
39USERADD_PACKAGES = "${PN}"
40USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /nonexistent --shell /bin/false --user-group _apt"