[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-294-gfb8c0db
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2014-06-23 14:21:00
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via fb8c0db7277e6010284520558f4ae2d494288ca2 (commit)
from 4ee78e7a5c69f7846bb7f8333fa09b977b6deff1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fb8c0db7277e6010284520558f4ae2d494288ca2
Author: Jeremie Scheer <jer...@ar...>
Date: Mon Jun 23 16:19:11 2014 +0200
[BUILDROOT] Fix Qt's URL.
-----------------------------------------------------------------------
Summary of changes:
...-qt-full_integration_with_cross_compiling.patch | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/patches/buildroot/2013.11/132-qt-full_integration_with_cross_compiling.patch b/patches/buildroot/2013.11/132-qt-full_integration_with_cross_compiling.patch
index afe0268..416f891 100644
--- a/patches/buildroot/2013.11/132-qt-full_integration_with_cross_compiling.patch
+++ b/patches/buildroot/2013.11/132-qt-full_integration_with_cross_compiling.patch
@@ -4,9 +4,9 @@ Signed-off-by: Jérémie Scheer <jer...@ar...>
Index: buildroot/package/qt/Config.in
===================================================================
---- buildroot.orig/package/qt/Config.in
-+++ buildroot/package/qt/Config.in
-@@ -21,7 +21,13 @@ config BR2_PACKAGE_QT_DEBUG
+--- buildroot.orig/package/qt/Config.in 2013-11-30 14:16:03.000000000 +0100
++++ buildroot/package/qt/Config.in 2014-06-23 11:56:03.000000000 +0200
+@@ -21,7 +21,13 @@
If unsure, say N.
config BR2_PACKAGE_QT_DEMOS
@@ -23,8 +23,8 @@ Index: buildroot/package/qt/Config.in
If unsure, say N.
Index: buildroot/package/qt/qt.mk
===================================================================
---- buildroot.orig/package/qt/qt.mk
-+++ buildroot/package/qt/qt.mk
+--- buildroot.orig/package/qt/qt.mk 2013-11-30 14:16:03.000000000 +0100
++++ buildroot/package/qt/qt.mk 2014-06-23 11:57:29.000000000 +0200
@@ -11,9 +11,10 @@
#
################################################################################
@@ -34,11 +34,11 @@ Index: buildroot/package/qt/qt.mk
+QT_VERSION = $(QT_VERSION_MAJOR).5
QT_SOURCE = qt-everywhere-opensource-src-$(QT_VERSION).tar.gz
-QT_SITE = http://download.qt-project.org/official_releases/qt/4.8/$(QT_VERSION)
-+QT_SITE = http://download.qt-project.org/official_releases/qt/$(QT_VERSION_MAJOR)/$(QT_VERSION)
++QT_SITE = http://download.qt-project.org/archive/qt/$(QT_VERSION_MAJOR)/$(QT_VERSION)
QT_DEPENDENCIES = host-pkgconf
QT_INSTALL_STAGING = YES
-@@ -58,9 +59,14 @@ QT_CONFIGURE_OPTS += -no-qt3support
+@@ -58,9 +59,14 @@
endif
ifeq ($(BR2_PACKAGE_QT_DEMOS),y)
hooks/post-receive
--
armadeus
|