diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 878a20c2..3b148b50 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -55,7 +55,7 @@ SRC_URI += " \ | |||
55 | 55 | ||
56 | CLEANBROKEN = "1" | 56 | CLEANBROKEN = "1" |
57 | 57 | ||
58 | XPLATFORM_toolchain-clang = "linux-oe-clang" | 58 | XPLATFORM:toolchain-clang = "linux-oe-clang" |
59 | XPLATFORM ?= "linux-oe-g++" | 59 | XPLATFORM ?= "linux-oe-g++" |
60 | 60 | ||
61 | QT_CONFIG_FLAGS = " \ | 61 | QT_CONFIG_FLAGS = " \ |
@@ -107,7 +107,7 @@ QT_CONFIG_FLAGS = " \ | |||
107 | # since we cannot set empty set filename to a not existent file | 107 | # since we cannot set empty set filename to a not existent file |
108 | deltask generate_qt_config_file | 108 | deltask generate_qt_config_file |
109 | 109 | ||
110 | do_configure_prepend() { | 110 | do_configure:prepend() { |
111 | # Regenerate header files when they are included in source tarball | 111 | # Regenerate header files when they are included in source tarball |
112 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly | 112 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly |
113 | rm -rf ${S}/include | 113 | rm -rf ${S}/include |