mirror of
https://git.yoctoproject.org/poky
synced 2026-03-18 05:09:41 +01:00
Related patches are rebased. util-linux-ng-2.16-mount_lock_path.patch is removed because there's no _PATH_MOUNTED_LOCK in the latest codes. util-linux-native.patch is removed because 2.28 version of util-linux has taken mkostemp into consideration and provide fallback if mkostemp fails. avoid_unsupported_sleep_param.patch is removed and coreutils is added as a runtime dependency to util-linux-ptest to solve the same problem. avoid_unsupported_grep_opts.patch is removed and grep is added as a runtime dependency to util-linux-ptest to solve the sanme problem. (From OE-Core rev: fccf99d9130f3c5ce358c97c97c52cd74deef25c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
427 B
Diff
24 lines
427 B
Diff
Define TESTS variable
|
|
|
|
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
|
|
Upstream-Status: Pending
|
|
---
|
|
Makefile.am | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index bbaccb1..7d5a6bb 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -48,6 +48,7 @@ systemdsystemunit_DATA =
|
|
dist_bashcompletion_DATA =
|
|
check_PROGRAMS =
|
|
dist_check_SCRIPTS =
|
|
+TESTS = $(check_PROGRAMS)
|
|
|
|
PATHFILES =
|
|
|
|
--
|
|
2.8.3
|
|
|