diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-19 17:25:59 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-19 17:25:59 -0200 |
commit | bb72ea51a11b04d33ddc58ca4e251e575cac9cbd (patch) | |
tree | ed953215f439c5162cd96e1341de00cea8880a1b /recipes-qt/qt5/qtbase.inc | |
parent | 5bd1456605d1f876b027baaf178664c784966493 (diff) | |
download | meta-qt5-bb72ea51a11b04d33ddc58ca4e251e575cac9cbd.tar.gz |
qtbase: Replace patch to allow specification of qt.conf file
This patch has been cleaned to the minimum version and is ready for
sending to upstream. Once it is accepted, a backport of the final
version will be included here.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index f9684908..115bb469 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | SRC_URI += " \ | 3 | SRC_URI += " \ |
4 | file://0001-Allowing-the-customization-of-the-paths.patch \ | 4 | file://0001-qlibraryinfo-Allow-the-specification-of-where-to-loa.patch \ |
5 | file://0002-qmake-is-already-built-in-qt5-tools-native.patch \ | 5 | file://0002-qmake-is-already-built-in-qt5-tools-native.patch \ |
6 | file://0003-Allow-building-a-separate-qmake-for-the-target.patch \ | 6 | file://0003-Allow-building-a-separate-qmake-for-the-target.patch \ |
7 | " | 7 | " |