python-pyqt: fix dbg packaging
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 14 Jul 2007 11:47:42 +0000 (11:47 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 14 Jul 2007 11:47:42 +0000 (11:47 +0000)
* seize the opportunity to move versioning from ml (Mickey Lauer) to standard r

packages/python/python-pyqt_3.13.bb

index 00d8f32..42c2d15 100644 (file)
@@ -7,7 +7,7 @@ LICENSE = "GPL"
 DEPENDS = "virtual/libqte2 virtual/libqpe1"
 RDEPENDS = "python-core python-sip"
 SRCNAME = "pyqt"
-PR = "ml4"
+PR = "r5"
 
 SRC_URI = "http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \
            file://qt2-fix.patch;patch=1 \
@@ -55,4 +55,5 @@ do_install() {
     done
 }
 
-FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages"
+FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages"
+FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/.debug"