From: Ross Burton Date: Fri, 30 Nov 2018 16:56:30 +0000 (+0000) Subject: ltp: add missing patch Upstream-Status X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15991 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ca465d0981f25723b4ff93a2731e87fb20bd49;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ltp: add missing patch Upstream-Status Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 Acked-by: Cyril Hrubis ---