Loading package/qtopia4/qtopia4.mk +3 −2 Original line number Diff line number Diff line Loading @@ -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))) Loading @@ -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 Loading Loading
package/qtopia4/qtopia4.mk +3 −2 Original line number Diff line number Diff line Loading @@ -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))) Loading @@ -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 Loading