summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch
blob: 505aa0733099c813a0218f298f041645cdb85c07 (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
From 1ee7217c8ae724d793f9a9876c3608057a2ccbf8 Mon Sep 17 00:00:00 2001
From: Julien Stephan <jstephan@baylibre.com>
Date: Tue, 11 Jul 2023 16:07:54 +0200
Subject: [PATCH] Add serial-tests config needed by ptest

Add serial-tests support, ptest needs it.

Upstream-Status: Inappropriate [oe specific]

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index cd48047..5413907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,7 @@ AM_INIT_AUTOMAKE([
   dist-zip
   check-news
   subdir-objects
+  serial-tests
 ])
 AM_MAINTAINER_MODE