From: Grazvydas Ignotas Date: Fri, 3 Oct 2014 00:48:25 +0000 (+0300) Subject: atk: hack around configure problem X-Git-Tag: sz_173~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa1c9008462fdee160ad4f9f80d8026d16f1eaf;p=openembedded.git atk: hack around configure problem GNOME_COMPILE_WARNINGS(maximum)? why not a problem for native? --- diff --git a/recipes/atk/atk-2.8.0/no_gnome_warnings_maximum.patch b/recipes/atk/atk-2.8.0/no_gnome_warnings_maximum.patch new file mode 100644 index 0000000000..f83c42fd24 --- /dev/null +++ b/recipes/atk/atk-2.8.0/no_gnome_warnings_maximum.patch @@ -0,0 +1,12 @@ +diff -ur atk-2.8.0_/configure.ac atk-2.8.0/configure.ac +--- atk-2.8.0_/configure.ac 2014-10-03 03:29:39.208601084 +0300 ++++ atk-2.8.0/configure.ac 2014-10-03 03:29:50.448108877 +0300 +@@ -215,7 +215,7 @@ + fi + AC_SUBST(REBUILD) + +-GNOME_COMPILE_WARNINGS([maximum]) ++# GNOME_COMPILE_WARNINGS([maximum]) + + AC_CONFIG_FILES([ + Makefile diff --git a/recipes/atk/atk_2.8.0.bb b/recipes/atk/atk_2.8.0.bb index 17f0e1a68f..53b96f32e7 100644 --- a/recipes/atk/atk_2.8.0.bb +++ b/recipes/atk/atk_2.8.0.bb @@ -12,7 +12,9 @@ DEPENDS = "glib-2.0" inherit autotools gtk-doc pkgconfig -SRC_URI = "${GNOME_MIRROR}/${BPN}/2.8/${BPN}-${PV}.tar.xz" +SRC_URI = "${GNOME_MIRROR}/${BPN}/2.8/${BPN}-${PV}.tar.xz \ + file://no_gnome_warnings_maximum.patch;patch=1 \ + " SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02" SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"