summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch')
-rw-r--r--meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch b/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch
index 3e09180d4..472318b80 100644
--- a/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch
+++ b/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch
@@ -1,4 +1,4 @@
1From 36fbaa27e7299f63c1324b0ad22b970e9365d6a7 Mon Sep 17 00:00:00 2001 1From 5e0ae172586f5aeb270a8f9b012dd3e36536a2a9 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com> 2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Wed, 24 Dec 2014 10:54:59 +0800 3Date: Wed, 24 Dec 2014 10:54:59 +0800
4Subject: [PATCH] openhpi: use serial-tests config needed by ptest 4Subject: [PATCH] openhpi: use serial-tests config needed by ptest
@@ -9,17 +9,18 @@ serial-tests is required to generate those targets.
9Upstream-Status: Inappropriate [default automake behavior incompatible with ptest] 9Upstream-Status: Inappropriate [default automake behavior incompatible with ptest]
10 10
11Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 11Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
12
12--- 13---
13 configure.ac | 2 +- 14 configure.ac | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-) 15 1 file changed, 1 insertion(+), 1 deletion(-)
15 16
16Index: openhpi-3.6.1/configure.ac 17diff --git a/configure.ac b/configure.ac
17=================================================================== 18index 89d8104..c29a31f 100644
18--- openhpi-3.6.1.orig/configure.ac 19--- a/configure.ac
19+++ openhpi-3.6.1/configure.ac 20+++ b/configure.ac
20@@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http: 21@@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http://dague.net/sean> 4/23/03
21 AC_PREREQ(2.57) 22 AC_PREREQ(2.57)
22 AC_INIT(openhpi, 3.6.1) 23 AC_INIT(openhpi, 3.8.0)
23 AC_CONFIG_SRCDIR(openhpi.spec.in) 24 AC_CONFIG_SRCDIR(openhpi.spec.in)
24-AM_INIT_AUTOMAKE([1.8]) 25-AM_INIT_AUTOMAKE([1.8])
25+AM_INIT_AUTOMAKE([1.8 serial-tests]) 26+AM_INIT_AUTOMAKE([1.8 serial-tests])