From c2c7d6b185a6b88381eeb4820f8bae76dfd9ac2b Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 5 Jun 2007 23:50:30 +0000 Subject: qt4-x11-free: fix up packaging a bit by moving debug files into proper package. Compilation still seems to fail due to binaries shipped in source. --- packages/qt/qt4-x11-free_4.3.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/qt') diff --git a/packages/qt/qt4-x11-free_4.3.0.bb b/packages/qt/qt4-x11-free_4.3.0.bb index ee4f8e4d05..da9817d852 100644 --- a/packages/qt/qt4-x11-free_4.3.0.bb +++ b/packages/qt/qt4-x11-free_4.3.0.bb @@ -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" -- cgit 1.2.3-korg