]> code.ossystems Code Review - openembedded-core.git/commit
apt: Upgrade to 1.2.24
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 22 Aug 2017 17:20:39 +0000 (12:20 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 07:44:41 +0000 (08:44 +0100)
commitda99ae14c3a5719b317ff71b8f778a7c987f6158
tree8d7155fe87b1e5303e16267283383cf478603465
parentdc1ae641435999095e8759812b096fec1f28c90d
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.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/apt/apt-native_1.2.12.bb [deleted file]
meta/recipes-devtools/apt/apt-native_1.2.24.bb [new file with mode: 0644]
meta/recipes-devtools/apt/apt.inc
meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
meta/recipes-devtools/apt/apt/gcc_4.x_Revert-avoid-changing-the-global-LC_TIME-for-Release.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt/gcc_4.x_Revert-use-de-localed-std-put_time-instead-rolling-o.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt/gcc_4.x_apt-pkg-contrib-strutl.cc-Include-array-header.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt_1.2.24.bb [moved from meta/recipes-devtools/apt/apt_1.2.12.bb with 100% similarity]