]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Update to 4.5.1
authorThiago A. Corrêa <thiago.correa@gmail.com>
Thu, 23 Apr 2009 18:59:34 +0000 (18:59 -0000)
committerThiago A. Corrêa <thiago.correa@gmail.com>
Thu, 23 Apr 2009 18:59:34 +0000 (18:59 -0000)
package/qtopia4/qtopia4.mk

index a7018f159301b332342481ad7d8ee4bce6fdb605..424b8dd3f07949329b801363ebe07985f47cb5fa 100644 (file)
@@ -20,7 +20,7 @@
 # x86 crosscompiling under linux x86. Please remove it when the workaround
 # is no longer necessary.
 
-QTOPIA4_VERSION:=4.5.0
+QTOPIA4_VERSION:=4.5.1
 QTOPIA4_CAT:=$(BZCAT)
 
 BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME:=$(strip $(subst ",, $(BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME)))
@@ -35,11 +35,12 @@ ifneq ($(BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME),)
 QTOPIA4_SITE:=http://$(BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME):$(BR2_QTOPIA4_COMMERCIAL_PASSWORD)@dist.trolltech.com/$(BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME)
 QTOPIA4_SOURCE:=qt-embedded-linux-commercial-src-$(QTOPIA4_VERSION).tar.bz2
 QTOPIA4_TARGET_DIR:=$(BUILD_DIR)/qt-embedded-linux-commercial-src-$(QTOPIA4_VERSION)
-QTOPIA4_CONFIGURE+= -no-sql-oci -no-sql-tds -no-sql-db2
+QTOPIA4_CONFIGURE+= -commercial
 else # Good, good, we are free:
 QTOPIA4_SITE=http://get.qtsoftware.com/qt/source
 QTOPIA4_SOURCE:=qt-embedded-linux-opensource-src-$(QTOPIA4_VERSION).tar.bz2
 QTOPIA4_TARGET_DIR:=$(BUILD_DIR)/qt-embedded-linux-opensource-src-$(QTOPIA4_VERSION)
+QTOPIA4_CONFIGURE+= -opensource
 ifeq ($(BR2_PACKAGE_QTOPIA4_LICENSE_APPROVED),y)
 QTOPIA4_CONFIGURE+= -confirm-license
 endif