diff options
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/qt5/nativesdk-qtbase_git.bbappend | 3 | ||||
-rw-r--r-- | scripts/manifest.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/qt5/nativesdk-qtbase_git.bbappend b/meta-boot2qt-distro/recipes-qt/qt5/nativesdk-qtbase_git.bbappend index 36b4409..df45875 100644 --- a/meta-boot2qt-distro/recipes-qt/qt5/nativesdk-qtbase_git.bbappend +++ b/meta-boot2qt-distro/recipes-qt/qt5/nativesdk-qtbase_git.bbappend | |||
@@ -46,3 +46,6 @@ fakeroot do_generate_qt_environment_file_mingw32() { | |||
46 | } | 46 | } |
47 | 47 | ||
48 | SRC_URI_append_mingw32 = "file://0001-disable-qt_random_cpu.patch" | 48 | SRC_URI_append_mingw32 = "file://0001-disable-qt_random_cpu.patch" |
49 | |||
50 | # qdatetime.cpp: error: 'localtime_r' was not declared in this scope | ||
51 | QT_CONFIG_FLAGS_append_mingw32 = " -D_POSIX_C_SOURCE" | ||
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 64f6bcc..b39cba4 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -30,7 +30,7 @@ | |||
30 | path="sources/meta-qt5"/> | 30 | path="sources/meta-qt5"/> |
31 | <project name="meta-mingw" | 31 | <project name="meta-mingw" |
32 | remote="qtyocto" | 32 | remote="qtyocto" |
33 | revision="628dcfed62ce8dcc408e5b4a5e5c0aaa921b20ad" | 33 | revision="fa4ea76d93c87a2ad3ce88b052c282106b2761e4" |
34 | path="sources/meta-mingw"/> | 34 | path="sources/meta-mingw"/> |
35 | 35 | ||
36 | <project name="meta-freescale" | 36 | <project name="meta-freescale" |