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:16 +0100 |
commit | 8cc54d2d154b2ed9f931da39d75dc9c135f5e26d (patch) | |
tree | 359426519f01010b1e6dfec43c0826cf88038f01 /meta/recipes-qt/qt4/files/set-OUTPUT_DIR-if-empty.patch | |
parent | 8dccc55a623f0c5f3469c7cdf63aa788683aa186 (diff) | |
download | openembedded-core-8cc54d2d154b2ed9f931da39d75dc9c135f5e26d.tar.gz openembedded-core-8cc54d2d154b2ed9f931da39d75dc9c135f5e26d.tar.bz2 openembedded-core-8cc54d2d154b2ed9f931da39d75dc9c135f5e26d.zip |
qt4: move patches from files to qt4-4.8.1
* faster lookup in FILESPATH as small bonus
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-qt/qt4/files/set-OUTPUT_DIR-if-empty.patch')
-rw-r--r-- | meta/recipes-qt/qt4/files/set-OUTPUT_DIR-if-empty.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-qt/qt4/files/set-OUTPUT_DIR-if-empty.patch b/meta/recipes-qt/qt4/files/set-OUTPUT_DIR-if-empty.patch deleted file mode 100644 index 9cb72baf9e..0000000000 --- a/meta/recipes-qt/qt4/files/set-OUTPUT_DIR-if-empty.patch +++ /dev/null @@ -1,19 +0,0 @@ -Without this do_configure was trying to create /include/WebCore/libdummy.prl in root of build host filesystem -now it's in proper place ${WORKDIR}/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/include/WebCore/libdummy.prl - -First reported here: -http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg24436.html - -Upstream-Status: Pending - ---- qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro.orig 2012-05-01 07:48:08.457613310 +0200 -+++ qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro 2012-05-01 07:48:15.493613232 +0200 -@@ -3,6 +3,8 @@ - - CONFIG -= debug_and_release - -+isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../.. -+ - CONFIG(standalone_package) { - isEmpty(WEBKIT2_GENERATED_SOURCES_DIR):WEBKIT2_GENERATED_SOURCES_DIR = $$PWD/generated - isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/../WebCore/generated |