diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-22 22:36:19 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-23 19:43:22 +0100 |
commit | 226acbc4e96be3543596d4a712d2acfb3148b8f5 (patch) | |
tree | 77cb99f6cf918459ecb8eebd236d84656736052d /recipes/python/python-pygtk_2.10.4.bb | |
parent | d65d911625b8e6f430406a29663c857df690545f (diff) |
pygtk 2.10.4 : fix bug #44974 (gnome bugzilla)
See https://bugzilla.gnome.org/show_bug.cgi?id=444974 for more details
I encountred this bug when trying to run an application, that made use
of the 2 screens of the bug device(see bug.conf in machines dir)
The patch is already in the trunk of pygtk,and so is already upstream
Diffstat (limited to 'recipes/python/python-pygtk_2.10.4.bb')
-rw-r--r-- | recipes/python/python-pygtk_2.10.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python-pygtk_2.10.4.bb b/recipes/python/python-pygtk_2.10.4.bb index bdfebafc7a..81cb5930f3 100644 --- a/recipes/python/python-pygtk_2.10.4.bb +++ b/recipes/python/python-pygtk_2.10.4.bb @@ -6,13 +6,14 @@ RDEPENDS = "python-shell python-pycairo python-pygobject" PROVIDES = "python-pygtk2" SRCNAME = "pygtk" LICENSE = "LGPL" -PR = "ml11" +PR = "ml12" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/${MAJ_VER}/${SRCNAME}-${PV}.tar.bz2 \ file://fix-gtkunixprint.patch;patch=1 \ file://prevent_to_get_display_during_import.patch;patch=1 \ file://nodocs.patch;patch=1 \ + file://gdk_display.patch;patch=1;pnum=0 \ file://acinclude.m4" S = "${WORKDIR}/${SRCNAME}-${PV}" |