diff options
| author | John Lee <john_lee@openmoko.org> | 2008-03-11 18:40:56 +0000 |
|---|---|---|
| committer | John Lee <john_lee@openmoko.org> | 2008-03-11 18:40:56 +0000 |
| commit | a0f9ca6368207cdfde66bd3f31854bdba67e93fc (patch) | |
| tree | 1af1e6670ca73929113a86dcb1e7d449a3ca7fe4 /packages/python | |
| parent | 010801ea8f8b51e49a9474012d932b244566cfdd (diff) | |
| parent | 77665f6ed52bddfdb4602fc232b3ed939da5b3ae (diff) | |
merge of '826e3d1604a7153fbec79dbf0287cbde9dd32200'
and 'e8ef8cbc778629395b3eb845590295f8c168d5c1'
Diffstat (limited to 'packages/python')
| -rw-r--r-- | packages/python/python-pygtk/nodocs.patch | 13 | ||||
| -rw-r--r-- | packages/python/python-pygtk_2.10.4.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/packages/python/python-pygtk/nodocs.patch b/packages/python/python-pygtk/nodocs.patch new file mode 100644 index 0000000000..9b2387e959 --- /dev/null +++ b/packages/python/python-pygtk/nodocs.patch @@ -0,0 +1,13 @@ +Index: pygtk-2.10.4/Makefile.am +=================================================================== +--- pygtk-2.10.4.orig/Makefile.am ++++ pygtk-2.10.4/Makefile.am +@@ -4,7 +4,7 @@ if BUILD_GTK + GTK_SUBDIR = gtk + endif + +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples tests + + PLATFORM_VERSION = 2.0 + diff --git a/packages/python/python-pygtk_2.10.4.bb b/packages/python/python-pygtk_2.10.4.bb index 1af2093556..57dc48aa77 100644 --- a/packages/python/python-pygtk_2.10.4.bb +++ b/packages/python/python-pygtk_2.10.4.bb @@ -6,10 +6,11 @@ RDEPENDS = "python-shell python-pycairo python-pygobject" PROVIDES = "python-pygtk2" SRCNAME = "pygtk" LICENSE = "LGPL" -PR = "ml5" +PR = "ml6" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar.bz2 \ file://fix-gtkunixprint.patch;patch=1 \ + file://nodocs.patch;patch=1 \ file://acinclude.m4" S = "${WORKDIR}/${SRCNAME}-${PV}" |
