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 d210e222..b4ab09cb 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -56,7 +56,7 @@ SRC_URI += " \ | |||
56 | 56 | ||
57 | CLEANBROKEN = "1" | 57 | CLEANBROKEN = "1" |
58 | 58 | ||
59 | XPLATFORM_toolchain-clang = "linux-oe-clang" | 59 | XPLATFORM:toolchain-clang = "linux-oe-clang" |
60 | XPLATFORM ?= "linux-oe-g++" | 60 | XPLATFORM ?= "linux-oe-g++" |
61 | 61 | ||
62 | PACKAGECONFIG ?= "" | 62 | PACKAGECONFIG ?= "" |
@@ -109,7 +109,7 @@ QT_CONFIG_FLAGS = " \ | |||
109 | # since we cannot set empty set filename to a not existent file | 109 | # since we cannot set empty set filename to a not existent file |
110 | deltask generate_qt_config_file | 110 | deltask generate_qt_config_file |
111 | 111 | ||
112 | do_configure_prepend() { | 112 | do_configure:prepend() { |
113 | # Regenerate header files when they are included in source tarball | 113 | # Regenerate header files when they are included in source tarball |
114 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly | 114 | # Otherwise cmake files don't set PRIVATE_HEADERS correctly |
115 | rm -rf ${S}/include | 115 | rm -rf ${S}/include |