diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-26 20:13:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:19:27 +0100 |
commit | b0862a5cf2ba2878e7fefa5193acae3a82ea46fd (patch) | |
tree | 2281286b22e424616e1889a6077fcd6d5415dbec /meta/recipes-qt/qt4/files/compile.test-lflags.patch | |
parent | ee14710dbf1c4383ca20851529684f164883cc80 (diff) | |
download | poky-b0862a5cf2ba2878e7fefa5193acae3a82ea46fd.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/files/compile.test-lflags.patch')
-rw-r--r-- | meta/recipes-qt/qt4/files/compile.test-lflags.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-qt/qt4/files/compile.test-lflags.patch b/meta/recipes-qt/qt4/files/compile.test-lflags.patch deleted file mode 100644 index 1d725b7e03..0000000000 --- a/meta/recipes-qt/qt4/files/compile.test-lflags.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Pass through LDFLAGS to configure tests | ||
2 | |||
3 | Upstream-Status: Inappropriate [configuration] | ||
4 | |||
5 | Index: qt-everywhere-opensource-src-4.6.3/config.tests/unix/compile.test | ||
6 | =================================================================== | ||
7 | --- qt-everywhere-opensource-src-4.6.3.orig/config.tests/unix/compile.test 2010-06-02 06:03:18.000000000 +0400 | ||
8 | +++ qt-everywhere-opensource-src-4.6.3/config.tests/unix/compile.test 2010-10-04 17:35:07.587783460 +0400 | ||
9 | @@ -11,7 +11,7 @@ | ||
10 | EXE=`basename "$6"` | ||
11 | DESCRIPTION=$7 | ||
12 | shift 7 | ||
13 | -LFLAGS="" | ||
14 | +LFLAGS="$LDFLAGS" | ||
15 | INCLUDEPATH="" | ||
16 | CXXFLAGS="" | ||
17 | MAC_ARCH_CXXFLAGS="" | ||