diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-19 20:23:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-19 20:23:41 +0000 |
commit | c06f625bc299f489f37e391b430ceb5e67006f2a (patch) | |
tree | ae784d8c5f7f560e9c4876004da444a29b24d5b3 | |
parent | 6a6bf128422befb21132c91fdf340bb06fc2d0e7 (diff) |
python-pygtk2 2.10.3: fix debug packaging
-rw-r--r-- | packages/python/python-pygtk2_2.10.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/python/python-pygtk2_2.10.3.bb b/packages/python/python-pygtk2_2.10.3.bb index f7366af401..a71765dfbc 100644 --- a/packages/python/python-pygtk2_2.10.3.bb +++ b/packages/python/python-pygtk2_2.10.3.bb @@ -5,7 +5,7 @@ DEPENDS = "gtk+ libglade python-pycairo python-pygobject" RDEPENDS = "python-shell" SRCNAME = "pygtk" LICENSE = "LGPL" -PR = "ml2" +PR = "ml3" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar.bz2 \ file://fix-gtkunixprint.patch;patch=1 \ @@ -21,6 +21,9 @@ do_configure_prepend() { install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ } +FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/gtk-2.0/*/.debug" +FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/gtk-2.0/.debug" + do_stage() { autotools_stage_includes sed -i s:/usr/share:${STAGING_DATADIR}: codegen/pygtk-codegen-2.0 |