Files
poky/meta/recipes-support/popt/popt/disable_tests.patch
Marko Lindqvist 58c76a210c popt: disable tests
Use of $(top_srcdir) in TESTS is an error causing automake-1.13
to abort. Disable the tests completely.

(From OE-Core rev: e2c1565a791b9fba2eec8cfb128afa13db0c1ef8)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-10 23:43:11 +00:00

22 lines
569 B
Diff

Use of $(top_srcdir) in TESTS is an error which causes
automake-1.13 to abort. Just remove tests.
Upstream-Status: Inappropriate [disable feature]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd popt-1.16/Makefile.am popt-1.16/Makefile.am
--- popt-1.16/Makefile.am 2010-05-04 23:55:54.000000000 +0300
+++ popt-1.16/Makefile.am 2013-01-02 13:34:29.540361391 +0200
@@ -34,11 +34,6 @@
noinst_SCRIPTS = testit.sh
-TESTS_ENVIRONMENT = \
-test1="$(top_builddir)/test1"
-
-TESTS = $(top_srcdir)/testit.sh
-
include_HEADERS = popt.h
usrlibdir = $(libdir)