blob: 3e09180d4d5252496c8c1680cf49bf8be349b277 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 36fbaa27e7299f63c1324b0ad22b970e9365d6a7 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Wed, 24 Dec 2014 10:54:59 +0800
4Subject: [PATCH] openhpi: use serial-tests config needed by ptest
5
6ptest needs buildtest-TESTS and runtest-TESTS targets.
7serial-tests is required to generate those targets.
8
9Upstream-Status: Inappropriate [default automake behavior incompatible with ptest]
10
11Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
12---
13 configure.ac | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
Brad Bishop316dfdd2018-06-25 12:45:53 -040016Index: openhpi-3.6.1/configure.ac
17===================================================================
18--- openhpi-3.6.1.orig/configure.ac
19+++ openhpi-3.6.1/configure.ac
20@@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http:
Brad Bishop6e60e8b2018-02-01 10:27:11 -050021 AC_PREREQ(2.57)
Brad Bishop316dfdd2018-06-25 12:45:53 -040022 AC_INIT(openhpi, 3.6.1)
Brad Bishop6e60e8b2018-02-01 10:27:11 -050023 AC_CONFIG_SRCDIR(openhpi.spec.in)
24-AM_INIT_AUTOMAKE([1.8])
25+AM_INIT_AUTOMAKE([1.8 serial-tests])
26
27 AM_CONFIG_HEADER(config.h)
28 AH_TOP([#ifndef __OPENHPI_CONFIG_H