diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:51:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:08 +0000 |
commit | c8f21b5a1ec909877aa91f5b6c032f93152c5602 (patch) | |
tree | 537998563c6a051fe53273a3a1f728555caf7240 /meta/recipes-support/gnutls | |
parent | 85e5541cd090951d4755b495b11979888dd74988 (diff) | |
download | poky-c8f21b5a1ec909877aa91f5b6c032f93152c5602.tar.gz |
gnutls: update to 3.5.9
Drop 0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch, it's merged upstream.
Rebase 0001-configure.ac-fix-sed-command.patch.
(From OE-Core rev: bed7c85e9ed77ae961c4588d4f7eca6b20d2f1e8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls/0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch | 27 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls/0001-configure.ac-fix-sed-command.patch | 26 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls_3.5.9.bb (renamed from meta/recipes-support/gnutls/gnutls_3.5.7.bb) | 5 |
3 files changed, 15 insertions, 43 deletions
diff --git a/meta/recipes-support/gnutls/gnutls/0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch b/meta/recipes-support/gnutls/gnutls/0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch deleted file mode 100644 index 099081022d..0000000000 --- a/meta/recipes-support/gnutls/gnutls/0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From 68ef47ab3472472780939671731c295481b5535f Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Wed, 14 Dec 2016 17:42:45 +0200 | ||
4 | Subject: [PATCH] Do not add cli-args.h to cli-args.stamp Makefile target | ||
5 | |||
6 | Upstream-Status: Submitted [https://gitlab.com/gnutls/gnutls/issues/155] | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | src/Makefile.am | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/src/Makefile.am b/src/Makefile.am | ||
13 | index 49d3af3..827638e 100644 | ||
14 | --- a/src/Makefile.am | ||
15 | +++ b/src/Makefile.am | ||
16 | @@ -261,7 +261,7 @@ cli-debug-args.stamp: $(srcdir)/cli-debug-args.def $(srcdir)/args-std.def | ||
17 | |||
18 | cli-args.h: cli-args.stamp | ||
19 | cli-args.c: cli-args.stamp | ||
20 | -cli-args.stamp cli-args.h: $(srcdir)/cli-args.def $(srcdir)/args-std.def | ||
21 | +cli-args.stamp: $(srcdir)/cli-args.def $(srcdir)/args-std.def | ||
22 | -$(AUTOGEN) $< | ||
23 | touch $@ | ||
24 | |||
25 | -- | ||
26 | 2.10.2 | ||
27 | |||
diff --git a/meta/recipes-support/gnutls/gnutls/0001-configure.ac-fix-sed-command.patch b/meta/recipes-support/gnutls/gnutls/0001-configure.ac-fix-sed-command.patch index c5b95eb5bf..f0b7ca2ec8 100644 --- a/meta/recipes-support/gnutls/gnutls/0001-configure.ac-fix-sed-command.patch +++ b/meta/recipes-support/gnutls/gnutls/0001-configure.ac-fix-sed-command.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From 67c638c7e209554d9b19627e9402a20fdabead21 Mon Sep 17 00:00:00 2001 | 1 | From eaab55bb6d48643163eebbc9ca575a9ca2a8e03f Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Fri, 4 Dec 2015 13:19:28 +0200 | 3 | Date: Tue, 21 Feb 2017 17:10:07 +0200 |
4 | Subject: [PATCH] configure.ac: fix sed command | 4 | Subject: [PATCH] configure.ac: fix sed command |
5 | 5 | ||
6 | The "sed 's/.bak//g'" matchs "bitbake", which would cause strange errors | 6 | The "sed 's/.bak//g'" matchs "bitbake", which would cause strange errors |
@@ -15,18 +15,18 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
16 | 16 | ||
17 | diff --git a/configure.ac b/configure.ac | 17 | diff --git a/configure.ac b/configure.ac |
18 | index e634236..dc9e6a8 100644 | 18 | index 6907b21..7c70d9e 100644 |
19 | --- a/configure.ac | 19 | --- a/configure.ac |
20 | +++ b/configure.ac | 20 | +++ b/configure.ac |
21 | @@ -549,7 +549,7 @@ if test "$enable_tools" != "no" || test "$enable_doc" != "no"; then | 21 | @@ -948,7 +948,7 @@ YEAR=`date +%Y` |
22 | dnl replace libopts-generated files with distributed backups, if present | 22 | AC_SUBST([YEAR], $YEAR) |
23 | missing_baks= | 23 | |
24 | for i in ${srcdir}/src/*-args.c.bak ${srcdir}/src/*-args.h.bak; do | 24 | for i in ${srcdir}/src/*-args.c.bak ${srcdir}/src/*-args.h.bak; do |
25 | - nam=`echo $i|sed 's/.bak//g'` | 25 | - nam=$(basename $i|sed 's/.bak//g') |
26 | + nam=`echo $i|sed 's/\.bak$//'` | 26 | + nam=$(basename $i|sed 's/\.bak$//') |
27 | if test -f $i;then | 27 | if test "$create_libopts_links" = "yes";then |
28 | cp -f $i $nam | 28 | rm -f "src/$nam" |
29 | else | 29 | AC_CONFIG_LINKS([src/$nam:$i]) |
30 | -- | 30 | -- |
31 | 2.6.2 | 31 | 2.11.0 |
32 | 32 | ||
diff --git a/meta/recipes-support/gnutls/gnutls_3.5.7.bb b/meta/recipes-support/gnutls/gnutls_3.5.9.bb index 9508a8edcf..8f84dbbf49 100644 --- a/meta/recipes-support/gnutls/gnutls_3.5.7.bb +++ b/meta/recipes-support/gnutls/gnutls_3.5.9.bb | |||
@@ -3,9 +3,8 @@ require gnutls.inc | |||
3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ | 3 | SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ |
4 | file://0001-configure.ac-fix-sed-command.patch \ | 4 | file://0001-configure.ac-fix-sed-command.patch \ |
5 | file://use-pkg-config-to-locate-zlib.patch \ | 5 | file://use-pkg-config-to-locate-zlib.patch \ |
6 | file://0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch \ | ||
7 | file://arm_eabi.patch \ | 6 | file://arm_eabi.patch \ |
8 | " | 7 | " |
9 | SRC_URI[md5sum] = "08ad2c539bc1d91283f610539deef34e" | 8 | SRC_URI[md5sum] = "0ab25eb6a1509345dd085bc21a387951" |
10 | SRC_URI[sha256sum] = "60cbfc119e6268cfa38d712621daa473298a0c5b129c0842caec4c1ed4d7861a" | 9 | SRC_URI[sha256sum] = "82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951" |
11 | 10 | ||