summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch
blob: 3e09180d4d5252496c8c1680cf49bf8be349b277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 36fbaa27e7299f63c1324b0ad22b970e9365d6a7 Mon Sep 17 00:00:00 2001
From: Jackie Huang <jackie.huang@windriver.com>
Date: Wed, 24 Dec 2014 10:54:59 +0800
Subject: [PATCH] openhpi: use serial-tests config needed by ptest

ptest needs buildtest-TESTS and runtest-TESTS targets.
serial-tests is required to generate those targets.

Upstream-Status: Inappropriate [default automake behavior incompatible with ptest]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Index: openhpi-3.6.1/configure.ac
===================================================================
--- openhpi-3.6.1.orig/configure.ac
+++ openhpi-3.6.1/configure.ac
@@ -7,7 +7,7 @@ dnl   various hacks by Sean Dague <http:
 AC_PREREQ(2.57)
 AC_INIT(openhpi, 3.6.1)
 AC_CONFIG_SRCDIR(openhpi.spec.in)
-AM_INIT_AUTOMAKE([1.8])
+AM_INIT_AUTOMAKE([1.8 serial-tests])
 
 AM_CONFIG_HEADER(config.h)
 AH_TOP([#ifndef __OPENHPI_CONFIG_H
OpenPOWER on IntegriCloud