aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-05 23:50:30 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-05 23:50:30 +0000
commitc2c7d6b185a6b88381eeb4820f8bae76dfd9ac2b (patch)
treec1a54e6b9cdeba14dcdacc631df128cc4c5f7798 /packages/qt
parent0b25322c1b4b3f3b2e1a713f8fa5ebaeef92bbfd (diff)
downloadopenembedded-c2c7d6b185a6b88381eeb4820f8bae76dfd9ac2b.tar.gz
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.
Diffstat (limited to 'packages/qt')
-rw-r--r--packages/qt/qt4-x11-free_4.3.0.bb4
1 files changed, 3 insertions, 1 deletions
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"