diff options
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.patch | 15 |
1 files changed, 6 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 51537ef128..3e09180d4d 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 | |||
@@ -13,19 +13,16 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | |||
13 | configure.ac | 2 +- | 13 | configure.ac | 2 +- |
14 | 1 files changed, 1 insertions(+), 1 deletions(-) | 14 | 1 files changed, 1 insertions(+), 1 deletions(-) |
15 | 15 | ||
16 | diff --git a/configure.ac b/configure.ac | 16 | Index: openhpi-3.6.1/configure.ac |
17 | index 4b51971..16136b3 100644 | 17 | =================================================================== |
18 | --- a/configure.ac | 18 | --- openhpi-3.6.1.orig/configure.ac |
19 | +++ b/configure.ac | 19 | +++ openhpi-3.6.1/configure.ac |
20 | @@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http://dague.net/sean> 4/23/03 | 20 | @@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http: |
21 | AC_PREREQ(2.57) | 21 | AC_PREREQ(2.57) |
22 | AC_INIT(openhpi, 3.5.0) | 22 | AC_INIT(openhpi, 3.6.1) |
23 | AC_CONFIG_SRCDIR(openhpi.spec.in) | 23 | AC_CONFIG_SRCDIR(openhpi.spec.in) |
24 | -AM_INIT_AUTOMAKE([1.8]) | 24 | -AM_INIT_AUTOMAKE([1.8]) |
25 | +AM_INIT_AUTOMAKE([1.8 serial-tests]) | 25 | +AM_INIT_AUTOMAKE([1.8 serial-tests]) |
26 | 26 | ||
27 | AM_CONFIG_HEADER(config.h) | 27 | AM_CONFIG_HEADER(config.h) |
28 | AH_TOP([#ifndef __OPENHPI_CONFIG_H | 28 | AH_TOP([#ifndef __OPENHPI_CONFIG_H |
29 | -- | ||
30 | 1.7.1 | ||
31 | |||