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/qt4-4.8.1/set-OUTPUT_DIR-if-empty.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/qt4-4.8.1/set-OUTPUT_DIR-if-empty.patch')
| -rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.1/set-OUTPUT_DIR-if-empty.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.1/set-OUTPUT_DIR-if-empty.patch b/meta/recipes-qt/qt4/qt4-4.8.1/set-OUTPUT_DIR-if-empty.patch new file mode 100644 index 0000000000..9cb72baf9e --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-4.8.1/set-OUTPUT_DIR-if-empty.patch | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | Without this do_configure was trying to create /include/WebCore/libdummy.prl in root of build host filesystem | ||
| 2 | now it's in proper place ${WORKDIR}/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/include/WebCore/libdummy.prl | ||
| 3 | |||
| 4 | First reported here: | ||
| 5 | http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg24436.html | ||
| 6 | |||
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 9 | --- qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro.orig 2012-05-01 07:48:08.457613310 +0200 | ||
| 10 | +++ qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro 2012-05-01 07:48:15.493613232 +0200 | ||
| 11 | @@ -3,6 +3,8 @@ | ||
| 12 | |||
| 13 | CONFIG -= debug_and_release | ||
| 14 | |||
| 15 | +isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../.. | ||
| 16 | + | ||
| 17 | CONFIG(standalone_package) { | ||
| 18 | isEmpty(WEBKIT2_GENERATED_SOURCES_DIR):WEBKIT2_GENERATED_SOURCES_DIR = $$PWD/generated | ||
| 19 | isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/../WebCore/generated | ||
