diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-20 14:21:23 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-24 09:21:21 -0300 |
commit | 8222990922ac75f805f649499a2be803da6b6a3b (patch) | |
tree | 251ea61296db80320f8cccddf06258fb0b497c26 | |
parent | 2bd5fba34dd350807ac07828cd883d5b6c7ec631 (diff) | |
download | meta-qt5-8222990922ac75f805f649499a2be803da6b6a3b.tar.gz |
mallit-framework-qt5: Don't set OE_QMAKE_PATH_HEADERS
The qmake class now respects the QT_DIR_NAME setting when setting the
headers path, so this change is not needed anymore.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-qt/maliit/maliit-framework-qt5_git.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5_git.bb b/recipes-qt/maliit/maliit-framework-qt5_git.bb index b6d8cb34..633bf6e4 100644 --- a/recipes-qt/maliit/maliit-framework-qt5_git.bb +++ b/recipes-qt/maliit/maliit-framework-qt5_git.bb | |||
@@ -6,12 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad" | |||
6 | 6 | ||
7 | inherit qmake5 | 7 | inherit qmake5 |
8 | 8 | ||
9 | # Set path of qt5 headers as qmake5_base.bbclass sets this to just ${includedir} | ||
10 | # but | ||
11 | # actually it is ${includedir}/qt5 | ||
12 | OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}" | ||
13 | |||
14 | |||
15 | SRC_URI = "git://github.com/maliit/framework.git;branch=master \ | 9 | SRC_URI = "git://github.com/maliit/framework.git;branch=master \ |
16 | file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \ | 10 | file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \ |
17 | file://maliit-server.desktop \ | 11 | file://maliit-server.desktop \ |