]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygtk2: fix debug packaging
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 06:22:18 +0000 (06:22 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 06:22:18 +0000 (06:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1872 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/python/python-pygtk2_2.8.6.bb

index b3d8c935843ae8249c175ad60b87e8eaa54b6279..bc798bf56750ccc4b7fd585eb70f166f211cb050 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "gtk+ libglade"
 RDEPENDS = "python-shell"
 SRCNAME = "pygtk"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.8/${SRCNAME}-${PV}.tar.bz2 \
            file://acinclude.m4"
@@ -23,3 +23,6 @@ do_stage() {
        autotools_stage_includes
        install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/
 }
+
+FILES_${PN}-dbg = "${libdir}/python2.4/site-packages/gtk-2.0/.debug/ \
+                   ${libdir}/python2.4/site-packages/gtk-2.0/gtk/.debug/"