From b0862a5cf2ba2878e7fefa5193acae3a82ea46fd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 26 Sep 2012 20:13:11 +0200 Subject: qt4: move patches from files to qt4-4.8.1 * faster lookup in FILESPATH as small bonus (From OE-Core rev: 8cc54d2d154b2ed9f931da39d75dc9c135f5e26d) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-4.8.1/target_qmake.patch | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-qt/qt4/qt4-4.8.1/target_qmake.patch (limited to 'meta/recipes-qt/qt4/qt4-4.8.1/target_qmake.patch') diff --git a/meta/recipes-qt/qt4/qt4-4.8.1/target_qmake.patch b/meta/recipes-qt/qt4/qt4-4.8.1/target_qmake.patch new file mode 100644 index 0000000000..9b53aff172 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-4.8.1/target_qmake.patch @@ -0,0 +1,27 @@ +From e4b27237386b3dd864dd603de2ae54a707f5419f Mon Sep 17 00:00:00 2001 +From: Paul Eggleton +Date: Mon, 27 Feb 2012 00:13:05 +0000 +Subject: [PATCH] Allow building a separate qmake for the target + +Signed-off-by: Paul Eggleton + +Upstream-Status: Inappropriate [config] +--- + qmake/qmake.pro | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/qmake/qmake.pro b/qmake/qmake.pro +index b602afa..b59f7fb 100644 +--- a/qmake/qmake.pro ++++ b/qmake/qmake.pro +@@ -7,6 +7,7 @@ CONFIG += console bootstrap + CONFIG -= qt shared app_bundle uic + DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED + DESTDIR = ../bin/ ++TARGET = qmake2 + + OBJECTS_DIR = . + MOC_DIR = . +-- +1.7.5.4 + -- cgit v1.2.3-54-g00ecf