diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pygtk/prevent_to_get_display_during_import.patch | 4 | ||||
-rw-r--r-- | packages/wlags-modules/wlags-modules_718.inc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/python/python-pygtk/prevent_to_get_display_during_import.patch b/packages/python/python-pygtk/prevent_to_get_display_during_import.patch index 9340f8244d..4d267400e7 100644 --- a/packages/python/python-pygtk/prevent_to_get_display_during_import.patch +++ b/packages/python/python-pygtk/prevent_to_get_display_during_import.patch @@ -1,3 +1,7 @@ +upstream: http://bugzilla.gnome.org/show_bug.cgi?id=528758 +status: pending, reported on April 18th 2008 +comment: prevents a gtk window popping up, enabling the compilation on headless machines + Index: pygtk-2.10.4/gtk/__init__.py =================================================================== --- pygtk-2.10.4.orig/gtk/__init__.py 2007-11-27 19:27:05.000000000 -0300 diff --git a/packages/wlags-modules/wlags-modules_718.inc b/packages/wlags-modules/wlags-modules_718.inc index df4163c2f7..c3f49872d6 100644 --- a/packages/wlags-modules/wlags-modules_718.inc +++ b/packages/wlags-modules/wlags-modules_718.inc @@ -22,7 +22,7 @@ TARFILE = "wl_lkm_${PV}_release.tar.gz" # * then I do the usual compile/install/package dance # -SRC_URI = "http://www.agere.com/mobility/docs/${TARFILE} \ +SRC_URI = "ftp://ftp.elmeg.de/artem/ClientCards/11b/linux/${TARFILE} \ file://Makefile \ file://includes.patch \ file://kernel-pcmcia.patch \ |