From 7004cb7288a373773d531a14e6643a335eba3db6 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Tue, 22 Aug 2017 12:20:39 -0500 Subject: apt: Upgrade to 1.2.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt-native_1.2.24.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt-native_1.2.24.bb (limited to 'meta/recipes-devtools/apt/apt-native_1.2.24.bb') diff --git a/meta/recipes-devtools/apt/apt-native_1.2.24.bb b/meta/recipes-devtools/apt/apt-native_1.2.24.bb new file mode 100644 index 0000000000..5b16b503d5 --- /dev/null +++ b/meta/recipes-devtools/apt/apt-native_1.2.24.bb @@ -0,0 +1,7 @@ +require apt-native.inc + +SRC_URI += "file://noconfigure.patch \ + file://no-curl.patch \ + file://gcc_4.x_apt-pkg-contrib-strutl.cc-Include-array-header.patch \ + file://gcc_4.x_Revert-avoid-changing-the-global-LC_TIME-for-Release.patch \ + file://gcc_4.x_Revert-use-de-localed-std-put_time-instead-rolling-o.patch" -- cgit v1.2.3-54-g00ecf