diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-04-12 14:05:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-13 10:12:53 +0100 |
commit | e912c468875ffea7e8070cb7813bca262d1cbb0b (patch) | |
tree | 8e80e28190e9095eed40ba62e23f07c689b48d64 /meta/recipes-core | |
parent | 965fd3cf9a4aa448bae2c4984667dafb192808ea (diff) | |
download | poky-e912c468875ffea7e8070cb7813bca262d1cbb0b.tar.gz |
kbd: remove uclibc-stdarg.patch
Remove uclibc-stdarg.patch as it is already available in kbd 2.0.3
release.
commit id: b8ef7897867cb1ba1b9f87d004674133c291b1b0
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Jan 6 10:27:56 2014 -0500
libkeymap: include stdarg.h where used
(From OE-Core rev: 12414813221830b33982337092b3a7bed92a2980)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/kbd/kbd/uclibc-stdarg.patch | 36 | ||||
-rw-r--r-- | meta/recipes-core/kbd/kbd_2.0.3.bb | 1 |
2 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-core/kbd/kbd/uclibc-stdarg.patch b/meta/recipes-core/kbd/kbd/uclibc-stdarg.patch deleted file mode 100644 index be7f324acc..0000000000 --- a/meta/recipes-core/kbd/kbd/uclibc-stdarg.patch +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | In file included from keymap.h:5:0, | ||
2 | from ksyms.c:6: | ||
3 | ./keymap/common.h:65:38: error: unknown type name 'va_list' | ||
4 | const char *format, va_list args), | ||
5 | ^ | ||
6 | ./keymap/common.h:66:3: error: expected ';', ',' or ')' before 'const' | ||
7 | const void *data); | ||
8 | ^ | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
12 | Index: kbd-2.0.0/src/libkeymap/contextP.h | ||
13 | =================================================================== | ||
14 | --- kbd-2.0.0.orig/src/libkeymap/contextP.h 2013-08-13 06:46:23.000000000 -0700 | ||
15 | +++ kbd-2.0.0/src/libkeymap/contextP.h 2013-11-05 22:33:49.200528226 -0800 | ||
16 | @@ -2,7 +2,7 @@ | ||
17 | #define LK_CONTEXTP_H | ||
18 | |||
19 | #include "keymap.h" | ||
20 | - | ||
21 | +#include <stdarg.h> | ||
22 | /** | ||
23 | * @brief Copy of struct kbdiacruc. | ||
24 | */ | ||
25 | Index: kbd-2.0.0/src/libkeymap/keymap/common.h | ||
26 | =================================================================== | ||
27 | --- kbd-2.0.0.orig/src/libkeymap/keymap/common.h 2013-08-13 06:46:23.000000000 -0700 | ||
28 | +++ kbd-2.0.0/src/libkeymap/keymap/common.h 2013-11-05 22:33:59.964528438 -0800 | ||
29 | @@ -6,6 +6,7 @@ | ||
30 | */ | ||
31 | |||
32 | #include <keymap/context.h> | ||
33 | +#include <stdarg.h> | ||
34 | |||
35 | /** Initializes the structures necessary to read and/or parse keymap. | ||
36 | * | ||
diff --git a/meta/recipes-core/kbd/kbd_2.0.3.bb b/meta/recipes-core/kbd/kbd_2.0.3.bb index 746b68adee..858dc05662 100644 --- a/meta/recipes-core/kbd/kbd_2.0.3.bb +++ b/meta/recipes-core/kbd/kbd_2.0.3.bb | |||
@@ -11,7 +11,6 @@ RPROVIDES_${PN} = "console-tools" | |||
11 | RCONFLICTS_${PN} = "console-tools" | 11 | RCONFLICTS_${PN} = "console-tools" |
12 | 12 | ||
13 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \ | 13 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \ |
14 | file://uclibc-stdarg.patch \ | ||
15 | " | 14 | " |
16 | 15 | ||
17 | SRC_URI[md5sum] = "231b46e7142eb41ea3ae06d2ded3c208" | 16 | SRC_URI[md5sum] = "231b46e7142eb41ea3ae06d2ded3c208" |