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 c4fd8d0223..140bfeb879 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 ---