diff options
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/python/python-pygtk2_2.8.6.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-extras/packages/python/python-pygtk2_2.8.6.bb b/meta-extras/packages/python/python-pygtk2_2.8.6.bb index b3d8c93584..bc798bf567 100644 --- a/meta-extras/packages/python/python-pygtk2_2.8.6.bb +++ b/meta-extras/packages/python/python-pygtk2_2.8.6.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "gtk+ libglade" | |||
5 | RDEPENDS = "python-shell" | 5 | RDEPENDS = "python-shell" |
6 | SRCNAME = "pygtk" | 6 | SRCNAME = "pygtk" |
7 | LICENSE = "LGPL" | 7 | LICENSE = "LGPL" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.8/${SRCNAME}-${PV}.tar.bz2 \ | 10 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.8/${SRCNAME}-${PV}.tar.bz2 \ |
11 | file://acinclude.m4" | 11 | file://acinclude.m4" |
@@ -23,3 +23,6 @@ do_stage() { | |||
23 | autotools_stage_includes | 23 | autotools_stage_includes |
24 | install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/ | 24 | install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/ |
25 | } | 25 | } |
26 | |||
27 | FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gtk-2.0/.debug/ \ | ||
28 | ${libdir}/python2.4/site-packages/gtk-2.0/gtk/.debug/" | ||