qt4-x11-free: fix up packaging a bit by moving debug files into proper package.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 5 Jun 2007 23:50:30 +0000 (23:50 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 5 Jun 2007 23:50:30 +0000 (23:50 +0000)
Compilation still seems to fail due to binaries shipped in source.

packages/qt/qt4-x11-free_4.3.0.bb

index ee4f8e4..da9817d 100644 (file)
@@ -3,7 +3,9 @@ PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 LICENSE = "GPL QPL"
 DEPENDS = "uicmoc4-native qmake2-native freetype jpeg virtual/libx11 xft libxext libxrender libxrandr libxcursor dbus"
+RDEPENDS_${PN} = "${QTPACKAGES}"
 PROVIDES = "qt4x11"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
            file://0001-cross-compile.patch;patch=1 \
@@ -130,7 +132,6 @@ PACKAGES += "${QTPACKAGES}"
 
 ALLOW_EMPTY = "1"
 FILES_${PN} = ""
-RDEPENDS_${PN} = "${QTPACKAGES}"
 
 FILES_libqtcore4               = "${libdir}/libQtCore.so.*"
 FILES_libqtgui4                = "${libdir}/libQtGui.so.*"
@@ -166,3 +167,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"