Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] acl,at: reduce local pending patches
@ 2017-07-18  7:56 Dengke Du
  2017-07-18  7:56 ` [PATCH 1/2] at: " Dengke Du
  2017-07-18  7:56 ` [PATCH 2/2] acl: " Dengke Du
  0 siblings, 2 replies; 3+ messages in thread
From: Dengke Du @ 2017-07-18  7:56 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 81498aac9560fbeaeb58eaada32ce80e0ea51628:

  yocto-project-qs: Updated Next Steps list (2017-07-12 00:28:16 +0100)

are available in the git repository at:

  https://github.com/DengkeDu/openembedded-core.git dengke/acl-at-reduce-local-pending-patches
  https://github.com//tree/dengke/acl-at-reduce-local-pending-patches

Dengke Du (2):
  at: reduce local pending patches
  acl: reduce local pending patches

 .../at/at/0001-remove-glibc-assumption.patch            | 12 +++++++-----
 .../attr/acl/test-fix-directory-permissions.patch       | 17 ++++++++++++++---
 2 files changed, 21 insertions(+), 8 deletions(-)

-- 
2.8.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] at: reduce local pending patches
  2017-07-18  7:56 [PATCH 0/2] acl,at: reduce local pending patches Dengke Du
@ 2017-07-18  7:56 ` Dengke Du
  2017-07-18  7:56 ` [PATCH 2/2] acl: " Dengke Du
  1 sibling, 0 replies; 3+ messages in thread
From: Dengke Du @ 2017-07-18  7:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 .../at/at/0001-remove-glibc-assumption.patch                 | 12 +++++++-----
 1 file 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 53ae28b..7fdecc7 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 @@
-From 7f811d9c4ebc9444e613e251c31d6bf537a24dc1 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Mon, 13 Apr 2015 16:35:30 -0700
+From f446686916e503dfb9fb928252d1b72a07573b29 Mon Sep 17 00:00:00 2001
+From: Dengke Du <dengke.du@windriver.com>
+Date: Tue, 18 Jul 2017 03:42:56 -0400
 Subject: [PATCH] remove glibc assumption
 
 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
 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: Dengke Du <dengke.du@windriver.com>
 ---
  parsetime.y | 11 +++++++----
  1 file changed, 7 insertions(+), 4 deletions(-)
@@ -53,5 +55,5 @@ index 7005e88..324e6d3 100644
  			{
  			    yyerror("Error in day of month");
 -- 
-2.1.4
+2.8.1
 
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] acl: reduce local pending patches
  2017-07-18  7:56 [PATCH 0/2] acl,at: reduce local pending patches Dengke Du
  2017-07-18  7:56 ` [PATCH 1/2] at: " Dengke Du
@ 2017-07-18  7:56 ` Dengke Du
  1 sibling, 0 replies; 3+ messages in thread
From: Dengke Du @ 2017-07-18  7:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 .../attr/acl/test-fix-directory-permissions.patch       | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
index a76cbbe..e64990a 100644
--- a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
+++ b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
@@ -1,6 +1,9 @@
+From 311589fedf196168382d8f0db303ab328bcf9d83 Mon Sep 17 00:00:00 2001
+From: Peter Seebach <peter.seebach@windriver.com>
+Date: Wed, 11 May 2016 15:16:06 -0500
+Subject: [PATCH] acl.inc, run-ptest: improve ptest functionality on limited
+
 commit c45bae84817a70fef6c2b661a07a492a0d23ae85
-Author: Peter Seebach <peter.seebach@windriver.com>
-Date:   Wed May 11 15:16:06 2016 -0500
 
     Fix permissions on temporary directory
 
@@ -10,7 +13,12 @@ Date:   Wed May 11 15:16:06 2016 -0500
 
     Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
 
-Upstream-Status: Pending
+Upstream-Status: Backport [ http://git.savannah.gnu.org/cgit/acl.git/commit/?id=c6772a958800de064482634f77c20a0faafc5af6 ]
+
+Signed-off-by: Dengke Du <dengke.du@windriver.com>
+---
+ test/root/permissions.test | 1 +
+ 1 file changed, 1 insertion(+)
 
 diff --git a/test/root/permissions.test b/test/root/permissions.test
 index 42615f5..098b52a 100644
@@ -24,3 +32,6 @@ index 42615f5..098b52a 100644
  	$ mkdir d
  	$ cd d
  	$ umask 027
+-- 
+2.8.1
+
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-18  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-18  7:56 [PATCH 0/2] acl,at: reduce local pending patches Dengke Du
2017-07-18  7:56 ` [PATCH 1/2] at: " Dengke Du
2017-07-18  7:56 ` [PATCH 2/2] acl: " Dengke Du

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox