board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libglib2 / 0002-disable-tests.patch
blob1b0c53557167a9f41de6638b60391e623d23a3b3
1 Disable tests, some of them need python and sometimes host-python
2 gets mixed with distro python leading to build failures.
4 Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
6 diff -Nura glib-2.46.1.orig/gio/Makefile.am glib-2.46.1/gio/Makefile.am
7 --- glib-2.46.1.orig/gio/Makefile.am 2015-10-20 16:59:03.042212468 -0300
8 +++ glib-2.46.1/gio/Makefile.am 2015-10-20 17:32:26.763146133 -0300
9 @@ -233,7 +233,7 @@
10 platform_deps += win32/libgiowin32.la
11 endif
13 -SUBDIRS += . tests
14 +SUBDIRS += .
16 if HAVE_FAM
17 SUBDIRS += fam
18 diff -Nura glib-2.46.1.orig/glib/Makefile.am glib-2.46.1/glib/Makefile.am
19 --- glib-2.46.1.orig/glib/Makefile.am 2015-10-20 16:59:03.066213318 -0300
20 +++ glib-2.46.1/glib/Makefile.am 2015-10-20 17:33:23.537155988 -0300
21 @@ -33,8 +33,8 @@
22 MAYBE_PCRE = pcre
23 endif
25 -SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
26 -DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
27 +SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre .
28 +DIST_SUBDIRS = libcharset gnulib pcre update-pcre
30 AM_CPPFLAGS = \
31 $(glib_INCLUDES) \
32 diff -Nura glib-2.46.1.orig/Makefile.am glib-2.46.1/Makefile.am
33 --- glib-2.46.1.orig/Makefile.am 2015-10-20 16:59:03.003211087 -0300
34 +++ glib-2.46.1/Makefile.am 2015-10-20 17:32:20.923939420 -0300
35 @@ -6,7 +6,7 @@
37 ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
39 -SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs tests
40 +SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs
41 DIST_SUBDIRS = $(SUBDIRS) build
43 bin_SCRIPTS = glib-gettextize