From 822552d417d7a4051dc0d580aa9e3f73d3f2e0af Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 13 Feb 2013 13:25:32 +0200 Subject: gtk+: update to upstream version 2.24.15 - configure-nm.patch updated to apply - hardcoded_libtool.patch updated to apply - obsolete_automake_macros.patch removes as it's now part of upstream (From OE-Core rev: a4ed7da18d8622fc0b6e3d32ac8ce9456b912322) Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/gtk+-2.24.15/no-demos.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-gnome/gtk+/gtk+-2.24.15/no-demos.patch (limited to 'meta/recipes-gnome/gtk+/gtk+-2.24.15/no-demos.patch') diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.15/no-demos.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.15/no-demos.patch new file mode 100644 index 0000000000..abd348ea99 --- /dev/null +++ b/meta/recipes-gnome/gtk+/gtk+-2.24.15/no-demos.patch @@ -0,0 +1,15 @@ +Upstream-Status: Inappropriate [configuration] + +Index: gtk+-2.23.2/Makefile.am +=================================================================== +--- gtk+-2.23.2.orig/Makefile.am 2010-11-10 20:34:42.000000000 +0800 ++++ gtk+-2.23.2/Makefile.am 2010-11-25 13:39:22.000000000 +0800 +@@ -1,7 +1,7 @@ + ## Makefile.am for GTK+ + include $(top_srcdir)/Makefile.decl + +-SRC_SUBDIRS = gdk gtk modules demos tests perf ++SRC_SUBDIRS = gdk gtk modules tests perf + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + + # require automake 1.4 -- cgit v1.2.3-54-g00ecf