diff options
| author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-15 23:44:16 +0000 |
|---|---|---|
| committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-15 23:44:16 +0000 |
| commit | b5da5388d3816b879cb70a53d70a74ae0285087e (patch) | |
| tree | a22830d7fa5a6267cceb2a40ed7da158a8cfc76e /packages/python | |
| parent | e99aaf7a96140262b6fb1fab34a946861f10825b (diff) | |
| parent | 7b91a4c2b93b761cb651be442b013ac92956e5ba (diff) | |
merge of '6c16fb38b0e12103704f2bd628944f23673cd55e'
and 'a90a8d2ce8fe66cb43f748e3b5dfef9416878951'
Diffstat (limited to 'packages/python')
| -rw-r--r-- | packages/python/python-pyqt_3.13.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/python/python-pyqt_3.13.bb b/packages/python/python-pyqt_3.13.bb index 00d8f32fe3..42c2d15467 100644 --- a/packages/python/python-pyqt_3.13.bb +++ b/packages/python/python-pyqt_3.13.bb @@ -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" |
