[oe-commits] org.oe.dev qt4-x11-free: fix up packaging a bit by moving debug files into proper package.

Laibsch commit openembedded-commits at lists.openembedded.org
Wed Jun 6 14:26:56 UTC 2007


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.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: a4a93e205d5a389011745cf24cb1a68fbc0ed7e7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a4a93e205d5a389011745cf24cb1a68fbc0ed7e7
Files:
1
packages/qt/qt4-x11-free_4.3.0.bb
Diffs:

#
# mt diff -r9d7d014e2ca180a654627756d07cae157ee9e1ab -ra4a93e205d5a389011745cf24cb1a68fbc0ed7e7
#
# 
# 
# patch "packages/qt/qt4-x11-free_4.3.0.bb"
#  from [961c4404720cdeb822bc5a5f3638b98d23655ece]
#    to [a5c5c5eb7c80cfd0b2f5245bc0ab5566e9bfc8e1]
# 
============================================================
--- packages/qt/qt4-x11-free_4.3.0.bb	961c4404720cdeb822bc5a5f3638b98d23655ece
+++ packages/qt/qt4-x11-free_4.3.0.bb	a5c5c5eb7c80cfd0b2f5245bc0ab5566e9bfc8e1
@@ -1,9 +1,11 @@ DEPENDS = "uicmoc4-native qmake2-native 
 SECTION = "x11/libs"
 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 @@ FILES_${PN} = ""
 
 ALLOW_EMPTY = "1"
 FILES_${PN} = ""
-RDEPENDS_${PN} = "${QTPACKAGES}"
 
 FILES_libqtcore4               = "${libdir}/libQtCore.so.*"
 FILES_libqtgui4                = "${libdir}/libQtGui.so.*"
@@ -166,3 +167,4 @@ FILES_${PN}-dev               += "${bind
 
 FILES_${PN}-dev               += "${bindir}/rcc ${bindir}/uic* ${bindir}/moc ${bindir}/qmake ${bindir}/syncqt \
                                   ${bindir}/qt3to4 ${bindir}/findtr"
+FILE_${PN}-dbg                += "${bindir}/*/.debug ${plugindir}/.debug"






More information about the Openembedded-commits mailing list