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.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/ptest.patch b/meta/recipes-core/util-linux/util-linux/ptest.patch
index 0537f7d856..6221de7182 100644
--- a/meta/recipes-core/util-linux/util-linux/ptest.patch
+++ b/meta/recipes-core/util-linux/util-linux/ptest.patch
@@ -1,23 +1,24 @@
1Define TESTS variable 1From d0a69ce80c579cbb7627a2f20e8b92e006a8d8ad Mon Sep 17 00:00:00 2001
2From: Tudor Florea <tudor.florea@enea.com>
3Date: Thu, 3 Dec 2015 04:08:00 +0100
4Subject: [PATCH] Define TESTS variable
2 5
3Signed-off-by: Tudor Florea <tudor.florea@enea.com> 6Signed-off-by: Tudor Florea <tudor.florea@enea.com>
4Upstream-Status: Pending 7Upstream-Status: Pending
8
5--- 9---
6 Makefile.am | 1 + 10 Makefile.am | 1 +
7 1 file changed, 1 insertion(+) 11 1 file changed, 1 insertion(+)
8 12
9diff --git a/Makefile.am b/Makefile.am 13diff --git a/Makefile.am b/Makefile.am
10index bbaccb1..7d5a6bb 100644 14index effbb02..7d2bd1e 100644
11--- a/Makefile.am 15--- a/Makefile.am
12+++ b/Makefile.am 16+++ b/Makefile.am
13@@ -48,6 +48,7 @@ systemdsystemunit_DATA = 17@@ -57,6 +57,7 @@ systemdsystemunit_DATA =
14 dist_bashcompletion_DATA = 18 dist_bashcompletion_DATA =
15 check_PROGRAMS = 19 check_PROGRAMS =
16 dist_check_SCRIPTS = 20 dist_check_SCRIPTS =
17+TESTS = $(check_PROGRAMS) 21+TESTS = $(check_PROGRAMS)
18 22
19 PATHFILES = 23 PATHFILES =
20 24 ADOCFILES_COMMON =
21--
222.8.3
23