diff mbox series

ltp: add missing patch Upstream-Status

Message ID 20181130165630.27415-1-ross.burton@intel.com
State Accepted
Commit a6ca465d0981f25723b4ff93a2731e87fb20bd49
Headers show
Series ltp: add missing patch Upstream-Status | expand

Commit Message

Ross Burton Nov. 30, 2018, 4:56 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch b/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch
index c4fd8d02238..140bfeb8794 100644
--- a/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch
+++ b/meta/recipes-extended/ltp/ltp/0001-statx-fix-compile-errors.patch
@@ -6,6 +6,7 @@  Subject: [PATCH] statx: fix compile errors
 struct statx is only defined in sys/stat.h when _GNU_SOURCE is defined.
 The testcases do define _GNU_SOURCE, but not the m4 struct check.
 
+Upstream-Status: Backport
 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
 Acked-by: Cyril Hrubis <chrubis@suse.cz>
 ---