[oe-commits] org.oe.dev qt 4.3.0: some more small fixes

polyonymous commit openembedded-commits at lists.openembedded.org
Sat Jun 9 00:16:08 UTC 2007


qt 4.3.0: some more small fixes

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

#
# mt diff -r01a7243c92384e0b8b7224c4405447b5d6d6d5ea -r66da92b8617b2b12ed4b88764898faf67c060098
#
# 
# 
# patch "packages/qt/qt4-x11-free_4.3.0.bb"
#  from [d152171fd14161bc98c897b00759aad5f0aa461f]
#    to [f7296872c330b51b674d140cfb90e15fb7101a7e]
# 
============================================================
--- packages/qt/qt4-x11-free_4.3.0.bb	d152171fd14161bc98c897b00759aad5f0aa461f
+++ packages/qt/qt4-x11-free_4.3.0.bb	f7296872c330b51b674d140cfb90e15fb7101a7e
@@ -1,12 +1,12 @@ LICENSE = "GPL QPL"
 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} = "${QT-NONDEV-PACKAGES}"
+DEPENDS = "uicmoc4-native qmake2-native freetype jpeg virtual/libx11 xft libxext libxrender libxrandr libxcursor dbus openssl"
+RDEPENDS_${PN} = "${NONDEV_PACKAGES}"
 PROVIDES = "qt4x11"
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
            file://0001-cross-compile.patch;patch=1 \
@@ -69,7 +69,7 @@ do_compile() {
 	oe_runmake ${EXTRA_ENV}
 
 	# FIXME: this is not the way to go, I think.
-	for pc in ${S}/lib/*.pc ; do
+	for pc in ${S}/lib/pkgconfig/*.pc ; do
 		sed -i \
 			-e 's,-L${S}/lib,,g' \
 			-e 's,^moc_location=.*,^moc_location=${TARGING_BINDIR}/moc4,g' \
@@ -116,19 +116,7 @@ do_install() {
 	rm ${D}${bindir}/rcc ${D}${bindir}/uic ${D}${bindir}/moc
 }
 
-QTPACKAGES = "libqtcore4 libqtcore4-dev libqtgui4 libqtgui4-dev libqtnetwork4 libqtnetwork4-dev \
-             libqtsql4 libqtsql4-dev libqtsvg4 libqtsvg4-dev libqttest4 libqttest4-dev \
-             libqtxml4 libqtxml4-dev \
-             libqtdesigner4 libqtdesigner4-dev libqtdesignercomponents4 libqtdesignercomponents4-dev \
-             libqt3support4 libqt3support4-dev \
-             libqtassistantclient4 libqtassistantclient4-dev libqtscript4 libqtscript4-dev \
-             libqtdbus4 libqtdbus4-dev \
-             qt4-assistant qt4-common qt4-designer qt4-demos qt4-examples qt4-linguist \
-             qt4-pixeltool qt4-dbus \
-             qt4-plugins-accessible qt4-plugins-codecs qt4-plugins-designer qt4-plugins-imageformats qt4-plugins-sqldrivers \
-             qt4-plugins-inputmethods qt4-plugins-iconengines"
-
-QT-NONDEV-PACKAGES = "libqtcore4 libqtgui4 libqtnetwork4  \
+NONDEV_PACKAGES = "libqtcore4 libqtgui4 libqtnetwork4  \
              libqtsql4 libqtsvg4 libqttest4 \
              libqtxml4 \
              libqtdesigner4 libqtdesignercomponents4 \
@@ -140,7 +128,10 @@ QT-NONDEV-PACKAGES = "libqtcore4 libqtgu
              qt4-plugins-accessible qt4-plugins-codecs qt4-plugins-designer qt4-plugins-imageformats qt4-plugins-sqldrivers \
              qt4-plugins-inputmethods qt4-plugins-iconengines"
 
-PACKAGES += "${QTPACKAGES}"
+PACKAGES += "libqtcore4-dev libqtgui4-dev libqtnetwork4-dev libqtsql4-dev libqtsvg4-dev libqttest4-dev \
+             libqtxml4-dev libqtdesigner4-dev libqtdesignercomponents4-dev libqt3support4-dev \
+             libqtassistantclient4-dev libqtscript4-dev libqtdbus4-dev \
+	     ${NONDEV_PACKAGES}"
 
 ALLOW_EMPTY = "1"
 FILES_${PN} = ""






More information about the Openembedded-commits mailing list