mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f5bdf4d37f
commit
8087400c7e
@@ -1,6 +1,6 @@
|
|||||||
From 7f811d9c4ebc9444e613e251c31d6bf537a24dc1 Mon Sep 17 00:00:00 2001
|
From f446686916e503dfb9fb928252d1b72a07573b29 Mon Sep 17 00:00:00 2001
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
From: Dengke Du <dengke.du@windriver.com>
|
||||||
Date: Mon, 13 Apr 2015 16:35:30 -0700
|
Date: Tue, 18 Jul 2017 03:42:56 -0400
|
||||||
Subject: [PATCH] remove glibc assumption
|
Subject: [PATCH] remove glibc assumption
|
||||||
|
|
||||||
glibc time.h header has an undocumented __isleap macro
|
glibc time.h header has an undocumented __isleap macro
|
||||||
@@ -9,9 +9,11 @@ Since it is undocumented & does not appear
|
|||||||
on any other libc, stop using it and just define the macro in
|
on any other libc, stop using it and just define the macro in
|
||||||
locally instead.
|
locally instead.
|
||||||
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Submitted [ https://lists.debian.org/debian-accessibility/2017/07/msg00044.html ]
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
|
||||||
|
Signed-off-by: Dengke Du <dengke.du@windriver.com>
|
||||||
---
|
---
|
||||||
parsetime.y | 11 +++++++----
|
parsetime.y | 11 +++++++----
|
||||||
1 file changed, 7 insertions(+), 4 deletions(-)
|
1 file changed, 7 insertions(+), 4 deletions(-)
|
||||||
@@ -53,5 +55,5 @@ index 7005e88..324e6d3 100644
|
|||||||
{
|
{
|
||||||
yyerror("Error in day of month");
|
yyerror("Error in day of month");
|
||||||
--
|
--
|
||||||
2.1.4
|
2.8.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user