diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 06:22:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 06:22:18 +0000 |
commit | e6db261b82458538a9c3ea76d85f5029853ca8b1 (patch) | |
tree | 5ade74fa9efdf763fd36576097173b1537195bf1 | |
parent | fd20cd1439912a677e48343a20f16d33f4d801cc (diff) | |
download | poky-e6db261b82458538a9c3ea76d85f5029853ca8b1.tar.gz |
python-pygtk2: fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1872 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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/" | ||