mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
python-pygtk2: fix debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1872 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user