summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error/libgpg-error
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-05-25 09:38:47 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-30 15:58:13 +0100
commit2dbd8733a76adc8619ea3ac491e335e878ecb01e (patch)
tree5f35c5ca058fea493227ea2a98137e5381acafbb /meta/recipes-support/libgpg-error/libgpg-error
parent145d28571db03742c8f4d240d52694a177f3a15a (diff)
downloadpoky-2dbd8733a76adc8619ea3ac491e335e878ecb01e.tar.gz
libgpg-error: Upgrade 1.21 -> 1.22
License checksum changes are not license changes. Remove a patch that's in upstream now. (From OE-Core rev: 3493bda7c10ba12a596ba0224eca646b93ea9181) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@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/libgpg-error/libgpg-error')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error/0001-libgpg-error-Add-nios2-support.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-libgpg-error-Add-nios2-support.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-libgpg-error-Add-nios2-support.patch
deleted file mode 100644
index dab1c13b6e..0000000000
--- a/meta/recipes-support/libgpg-error/libgpg-error/0001-libgpg-error-Add-nios2-support.patch
+++ /dev/null
@@ -1,46 +0,0 @@
1From b2af652f43991e4ce6297917da542a9eb5135939 Mon Sep 17 00:00:00 2001
2From: Marek Vasut <marex@denx.de>
3Date: Thu, 17 Sep 2015 03:28:06 +0200
4Subject: [PATCH] libgpg-error: Add nios2 support
5
6Add configuration for the NIOS2 processor.
7
8Signed-off-by: Marek Vasut <marex@denx.de>
9Upstream-Status: Submitted
10---
11 src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h | 23 +++++++++++++++++++++++
12 1 file changed, 23 insertions(+)
13 create mode 100644 src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h
14
15diff --git a/src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h
16new file mode 100644
17index 0000000..3a24571
18--- /dev/null
19+++ b/src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h
20@@ -0,0 +1,23 @@
21+## lock-obj-pub.nios2-unknown-linux-gnu.h
22+## File created by gen-posix-lock-obj - DO NOT EDIT
23+## To be included by mkheader into gpg-error.h
24+
25+typedef struct
26+{
27+ long _vers;
28+ union {
29+ volatile char _priv[24];
30+ long _x_align;
31+ long *_xp_align;
32+ } u;
33+} gpgrt_lock_t;
34+
35+#define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0,0,0,0,0, \
36+ 0,0,0,0,0,0,0,0, \
37+ 0,0,0,0,0,0,0,0}}}
38+##
39+## Local Variables:
40+## mode: c
41+## buffer-read-only: t
42+## End:
43+##
44--
452.5.1
46