]> code.ossystems Code Review - openembedded-core.git/commitdiff
libcap-ng: add missing Upstream-Status tags
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Dec 2019 11:58:55 +0000 (11:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2019 12:00:38 +0000 (12:00 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcap-ng/libcap-ng/0001-configure.ac-add-library-if-header-found.patch
meta/recipes-support/libcap-ng/libcap-ng/0002-Wrap-pthread_atfork-usage-in-HAVE_PTHREAD_H.patch

index 0fcb032f903c15f11b1310d276a1d420070faa45..6b155ccea85a48f5459553079990421edd23e535 100644 (file)
@@ -8,6 +8,7 @@ If the pthread.h header is found, make sure library containing
 On some hosts (e.g. openSUSE 15.1) "-lpthread" needs to be explicitly added
 in order for the code to compile correctly.
 
+Upstream-Status: Submitted [https://github.com/stevegrubb/libcap-ng/pull/10]
 Signed-off-by: Trevor Woerner <twoerner@gmail.com>
 ---
  configure.ac | 4 +++-
index 7eb950f159c9603af241cda59c76aeba1d0832eb..c68254ff3dab8b196ae500fdbe7426a90bd76b89 100644 (file)
@@ -3,6 +3,7 @@ From: Christopher Larson <chris_larson@mentor.com>
 Date: Tue, 26 Nov 2019 22:34:34 +0500
 Subject: [PATCH] Wrap pthread_atfork usage in HAVE_PTHREAD_H
 
+Upstream-Status: Pending
 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
 ---
  src/cap-ng.c | 2 ++