diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-06 16:09:05 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-06 16:09:05 +0000 |
commit | 797c47c92b080ba549a6f91ec702a7cbbb20a9f2 (patch) | |
tree | 289136663f4009b7527da24a3dbd81cea6384552 | |
parent | 2c8167306487b402abee1feffa8bf543fc44b33d (diff) |
qt4-x11-free: fix typo in packaging declaration for debug files.
-rw-r--r-- | packages/qt/qt4-x11-free_4.3.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/qt/qt4-x11-free_4.3.0.bb b/packages/qt/qt4-x11-free_4.3.0.bb index 035efa989b..830b93e229 100644 --- a/packages/qt/qt4-x11-free_4.3.0.bb +++ b/packages/qt/qt4-x11-free_4.3.0.bb @@ -6,7 +6,7 @@ DEPENDS = "uicmoc4-native qmake2-native freetype jpeg virtual/libx11 xft libxext RDEPENDS_${PN} = "${QTPACKAGES}" PROVIDES = "qt4x11" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \ file://0001-cross-compile.patch;patch=1 \ @@ -178,4 +178,4 @@ FILES_qt4-demos = "${bindir}/qtdemo ${bindir}/qt4-demos/*" FILES_${PN}-dev += "${bindir}/rcc ${bindir}/uic* ${bindir}/moc ${bindir}/qmake ${bindir}/syncqt \ ${bindir}/qt3to4 ${bindir}/findtr" -FILE_${PN}-dbg += "${bindir}/*/.debug ${plugindir}/.debug" +FILES_${PN}-dbg += "${bindir}/*/.debug ${plugindir}/.debug" |