mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
libx11: disable tests
Use of $(srcdir) in TESTS is an error causing automake-1.13 to abort. Disable the tests completely. (From OE-Core rev: b814732da2cbf927b1bf49aee5e3d50f16a3a34c) 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>
This commit is contained in:
committed by
Richard Purdie
parent
8e1ca4b956
commit
34a4408d3d
@@ -0,0 +1,17 @@
|
||||
Upstream-Status: Inappropriate [disable feature]
|
||||
|
||||
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
||||
diff -Nurd libX11-1.5.0/nls/Makefile.am libX11-1.5.0/nls/Makefile.am
|
||||
--- libX11-1.5.0/nls/Makefile.am 2012-06-02 09:37:18.000000000 +0300
|
||||
+++ libX11-1.5.0/nls/Makefile.am 2013-01-02 16:10:24.960156131 +0200
|
||||
@@ -36,11 +36,6 @@
|
||||
< locale.dir.l1 > locale.dir.l2
|
||||
cat locale.dir.l2 locale.dir.l1 > locale.dir
|
||||
|
||||
-if HAVE_PERL
|
||||
-TESTS_ENVIRONMENT = $(PERL)
|
||||
-TESTS = $(srcdir)/compose-check.pl
|
||||
-endif HAVE_PERL
|
||||
-
|
||||
|
||||
# Per-locale data files
|
||||
Reference in New Issue
Block a user