From: Ross Burton Date: Fri, 30 Nov 2018 16:56:30 +0000 (+0000) Subject: ltp: add missing patch Upstream-Status X-Git-Tag: uninative-2.4~966 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a6ca465d0981f25723b4ff93a2731e87fb20bd49;p=openembedded-core.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 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 ---