diff options
author | Dengke Du <dengke.du@windriver.com> | 2017-07-18 03:56:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 22:51:38 +0100 |
commit | 8087400c7eb770ff4822fb0aade39ca7d152ba20 (patch) | |
tree | af219f27d04cc779a419b46dbba9c0d05148903a /meta | |
parent | f5bdf4d37fedf806711ce39664a91eb447b824db (diff) | |
download | poky-8087400c7eb770ff4822fb0aade39ca7d152ba20.tar.gz |
at: reduce local pending patches
(From OE-Core rev: 07d37b0065c60a9926002f713187ddc6bc26a146)
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch b/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch index 53ae28b5ed..7fdecc7fd1 100644 --- a/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch +++ b/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From 7f811d9c4ebc9444e613e251c31d6bf537a24dc1 Mon Sep 17 00:00:00 2001 | 1 | From f446686916e503dfb9fb928252d1b72a07573b29 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Dengke Du <dengke.du@windriver.com> |
3 | Date: Mon, 13 Apr 2015 16:35:30 -0700 | 3 | Date: Tue, 18 Jul 2017 03:42:56 -0400 |
4 | Subject: [PATCH] remove glibc assumption | 4 | Subject: [PATCH] remove glibc assumption |
5 | 5 | ||
6 | glibc time.h header has an undocumented __isleap macro | 6 | glibc time.h header has an undocumented __isleap macro |
@@ -9,9 +9,11 @@ Since it is undocumented & does not appear | |||
9 | on any other libc, stop using it and just define the macro in | 9 | on any other libc, stop using it and just define the macro in |
10 | locally instead. | 10 | locally instead. |
11 | 11 | ||
12 | Upstream-Status: Pending | 12 | Upstream-Status: Submitted [ https://lists.debian.org/debian-accessibility/2017/07/msg00044.html ] |
13 | 13 | ||
14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
15 | |||
16 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
15 | --- | 17 | --- |
16 | parsetime.y | 11 +++++++---- | 18 | parsetime.y | 11 +++++++---- |
17 | 1 file changed, 7 insertions(+), 4 deletions(-) | 19 | 1 file changed, 7 insertions(+), 4 deletions(-) |
@@ -53,5 +55,5 @@ index 7005e88..324e6d3 100644 | |||
53 | { | 55 | { |
54 | yyerror("Error in day of month"); | 56 | yyerror("Error in day of month"); |
55 | -- | 57 | -- |
56 | 2.1.4 | 58 | 2.8.1 |
57 | 59 | ||