From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../recipes-core/dbus/dbus/avoid_parallel_tests.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-core/dbus/dbus/avoid_parallel_tests.patch (limited to 'meta/recipes-core/dbus/dbus/avoid_parallel_tests.patch') diff --git a/meta/recipes-core/dbus/dbus/avoid_parallel_tests.patch b/meta/recipes-core/dbus/dbus/avoid_parallel_tests.patch new file mode 100644 index 0000000000..763b242ed4 --- /dev/null +++ b/meta/recipes-core/dbus/dbus/avoid_parallel_tests.patch @@ -0,0 +1,19 @@ +ptest needs buildtest-TESTS and runtest-TESTS targets. +serial-tests is required to generate those targets. + +Signed-off-by: Alexandra Safta +Upstream-Status: Pending + +diff -ruN a/configure.ac b/configure.ac + +--- a/configure.ac 2014-05-27 10:45:55.224225040 +0200 ++++ b/configure.ac 2014-05-27 10:46:28.810814636 +0200 +@@ -13,7 +13,7 @@ + AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_MACRO_DIR([m4]) + +-AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) ++AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability serial-tests]) + + GETTEXT_PACKAGE=dbus-1 + AC_SUBST(GETTEXT_PACKAGE) -- cgit v1.2.3-54-g00ecf