summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux/ptest.patch')
-rw-r--r--meta/recipes-core/util-linux/util-linux/ptest.patch16
1 files changed, 11 insertions, 5 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/ptest.patch b/meta/recipes-core/util-linux/util-linux/ptest.patch
index 837f189341..0537f7d856 100644
--- a/meta/recipes-core/util-linux/util-linux/ptest.patch
+++ b/meta/recipes-core/util-linux/util-linux/ptest.patch
@@ -2,16 +2,22 @@ Define TESTS variable
2 2
3Signed-off-by: Tudor Florea <tudor.florea@enea.com> 3Signed-off-by: Tudor Florea <tudor.florea@enea.com>
4Upstream-Status: Pending 4Upstream-Status: Pending
5---
6 Makefile.am | 1 +
7 1 file changed, 1 insertion(+)
5 8
6diff -ruN a/Makefile.am b/Makefile.am 9diff --git a/Makefile.am b/Makefile.am
7--- a/Makefile.am 2015-11-12 20:29:46.778396936 +0100 10index bbaccb1..7d5a6bb 100644
8+++ b/Makefile.am 2015-11-12 20:32:24.342450279 +0100 11--- a/Makefile.am
9@@ -48,7 +48,7 @@ 12+++ b/Makefile.am
13@@ -48,6 +48,7 @@ systemdsystemunit_DATA =
10 dist_bashcompletion_DATA = 14 dist_bashcompletion_DATA =
11 check_PROGRAMS = 15 check_PROGRAMS =
12 dist_check_SCRIPTS = 16 dist_check_SCRIPTS =
13-TESTS =
14+TESTS = $(check_PROGRAMS) 17+TESTS = $(check_PROGRAMS)
15 18
16 PATHFILES = 19 PATHFILES =
20
21--
222.8.3
17 23