diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2017-08-22 12:20:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 08:47:03 +0100 |
commit | 7004cb7288a373773d531a14e6643a335eba3db6 (patch) | |
tree | 657fbfcb5dfea12055fa309bf6ef985baf2985e7 /meta/recipes-devtools/apt/apt.inc | |
parent | c9a29aa55d47b1c7cbbd8611a92a7383c3d01a3a (diff) | |
download | poky-7004cb7288a373773d531a14e6643a335eba3db6.tar.gz |
apt: Upgrade to 1.2.24
Add new patches for enable builds on hosts that has GCC version
minor than 5 because doesn't support std::array and std::put_time,
those patches could be removed after get rid of Debian8 and Centos7
support.
- gcc_4.x_Revert-avoid-changing-the-global-LC_TIME-for-Release.patch
- gcc_4.x_Revert-use-de-localed-std-put_time-instead-rolling-o.patch
- gcc_4.x_apt-pkg-contrib-strutl.cc-Include-array-header.patch
The LIC_FILES_CHKSUM changed because the license file now has
style changes in the text remains GPLv2+.
The patch Revert-always-run-dpkg-configure-a-at-the-end-of-our
was updated because now the precision fields use floating
point numbers.
(From OE-Core rev: da99ae14c3a5719b317ff71b8f778a7c987f6158)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.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.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 3026370844..f1cde3068d 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg" | |||
2 | LICENSE = "GPLv2.0+" | 2 | LICENSE = "GPLv2.0+" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160526T162943Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \ | 5 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \ |
6 | file://use-host.patch \ | 6 | file://use-host.patch \ |
7 | file://makerace.patch \ | 7 | file://makerace.patch \ |
8 | file://no-nls-dpkg.patch \ | 8 | file://no-nls-dpkg.patch \ |
@@ -14,9 +14,9 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20160526T162943Z/pool/main/ | |||
14 | file://0001-environment.mak-musl-based-systems-can-generate-shar.patch \ | 14 | file://0001-environment.mak-musl-based-systems-can-generate-shar.patch \ |
15 | file://0001-apt-1.2.12-Fix-musl-build.patch \ | 15 | file://0001-apt-1.2.12-Fix-musl-build.patch \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "80f6f0ef110a45a7e5af8a9d233fb0e7" | 17 | SRC_URI[md5sum] = "ce8f9ab11f4fd0a08ec73eaffd75c8f0" |
18 | SRC_URI[sha256sum] = "e820d27cba73476df4abcff27dadd1b5847474bfe85f7e9202a9a07526973ea6" | 18 | SRC_URI[sha256sum] = "fa1311a9ce00e72379a0a3bc6d240ba30c0968cfbbb3472859e50b99e24e9598" |
19 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 19 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
20 | 20 | ||
21 | # the package is taken from snapshots.debian.org; that source is static and goes stale | 21 | # the package is taken from snapshots.debian.org; that source is static and goes stale |
22 | # so we check the latest upstream from a directory that does get updated | 22 | # so we check the latest upstream from a directory that does get updated |