diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-08-05 15:50:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 15:18:45 +0100 |
commit | 8a4220a51e4bd7f76d522ecee5db29e24601cf29 (patch) | |
tree | 3d718b9e9251c4583cbde022e76415b980334828 /meta/recipes-qt/qt4/qt4-native.inc | |
parent | 3d07ef11b848876e07bf94ae9cf6c12bb281d744 (diff) | |
download | poky-8a4220a51e4bd7f76d522ecee5db29e24601cf29.tar.gz |
qt4-native: fix creating /include directory in build host root
* same fix as
http://git.openembedded.org/openembedded-core/commit/?id=7d3fd68480d54a8ef0d91a772df3506cd45ef2c2
is needed for native too
(From OE-Core rev: 7f7f42769cfae509ca5366715d2d4fd9ef5c4784)
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-native.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index 90ea63c950..e00a1f362a 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | |||
9 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ | 9 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ |
10 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" | 10 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" |
11 | 11 | ||
12 | INC_PR = "r15" | 12 | INC_PR = "r16" |
13 | 13 | ||
14 | inherit native | 14 | inherit native |
15 | 15 | ||
@@ -18,6 +18,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}. | |||
18 | file://g++.conf \ | 18 | file://g++.conf \ |
19 | file://linux.conf \ | 19 | file://linux.conf \ |
20 | file://fix_qkbdtty_qws.patch \ | 20 | file://fix_qkbdtty_qws.patch \ |
21 | file://set-OUTPUT_DIR-if-empty.patch \ | ||
21 | " | 22 | " |
22 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | 23 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" |
23 | 24 | ||