diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-07 04:40:08 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:16 +0100 |
commit | 77dff5267b15dde7b0b5b7bb22ee56f5f2d2d749 (patch) | |
tree | e250d37c410a667fc6a8306de28143bcd3ca12e4 /meta/packages/python/python-pygtk/nodocs.patch | |
parent | 1d1a559aa18a3af4c4b21ccffebc0bbcb5efcb19 (diff) | |
download | poky-77dff5267b15dde7b0b5b7bb22ee56f5f2d2d749.tar.gz |
python-pygtk: upgrade from 2.10.4 to 2.17.0
Rebased this patch to the newer code
nodocs.patch
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/python/python-pygtk/nodocs.patch')
-rw-r--r-- | meta/packages/python/python-pygtk/nodocs.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/python/python-pygtk/nodocs.patch b/meta/packages/python/python-pygtk/nodocs.patch index 9b2387e959..c3581043c3 100644 --- a/meta/packages/python/python-pygtk/nodocs.patch +++ b/meta/packages/python/python-pygtk/nodocs.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | Index: pygtk-2.10.4/Makefile.am | 1 | Index: pygtk-2.17.0/Makefile.am |
2 | =================================================================== | 2 | =================================================================== |
3 | --- pygtk-2.10.4.orig/Makefile.am | 3 | --- pygtk-2.17.0.orig/Makefile.am |
4 | +++ pygtk-2.10.4/Makefile.am | 4 | +++ pygtk-2.17.0/Makefile.am |
5 | @@ -4,7 +4,7 @@ if BUILD_GTK | 5 | @@ -4,7 +4,7 @@ if BUILD_GTK |
6 | GTK_SUBDIR = gtk | 6 | GTK_SUBDIR = gtk |
7 | endif | 7 | endif |
8 | 8 | ||
9 | -SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs | 9 | -SUBDIRS = . $(GTK_SUBDIR) examples tests docs |
10 | +SUBDIRS = codegen . $(GTK_SUBDIR) examples tests | 10 | +SUBDIRS = . $(GTK_SUBDIR) examples tests |
11 | 11 | ||
12 | PLATFORM_VERSION = 2.0 | 12 | PLATFORM_VERSION = 2.0 |
13 | 13 | ||