diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-14 10:00:14 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-19 09:55:34 +0000 |
| commit | edf1e434942d3169c459eedaf1d7736ab51ac07a (patch) | |
| tree | 720a2b4d1eb09fb618ec61ac65dfe31ca37c22b2 /recipes-qt/qt5/qtwebkit_git.bb | |
| parent | a307eb0ede74c0f6335fa6e016c65c8ab101dc98 (diff) | |
| download | meta-qt5-edf1e434942d3169c459eedaf1d7736ab51ac07a.tar.gz | |
qtwebkit: add patches to meta-qt5 fork
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebkit_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 3a573e6d..8714d18f 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
| @@ -1,12 +1,6 @@ | |||
| 1 | require qt5.inc | 1 | require qt5.inc |
| 2 | require qt5-git.inc | 2 | require qt5-git.inc |
| 3 | 3 | ||
| 4 | SRC_URI += "\ | ||
| 5 | file://0001-Do-not-skip-build-for-cross-compile.patch \ | ||
| 6 | file://0001-Fix-build-with-non-glibc-libc-on-musl.patch \ | ||
| 7 | file://0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch \ | ||
| 8 | " | ||
| 9 | |||
| 10 | LICENSE = "BSD & LGPLv2+ | GPL-2.0" | 4 | LICENSE = "BSD & LGPLv2+ | GPL-2.0" |
| 11 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
| 12 | file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ | 6 | file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ |
| @@ -15,6 +9,14 @@ LIC_FILES_CHKSUM = " \ | |||
| 15 | 9 | ||
| 16 | DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native bison-native" | 10 | DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native bison-native" |
| 17 | 11 | ||
| 12 | # Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.11 | ||
| 13 | # 5.11.meta-qt5.1 | ||
| 14 | SRC_URI += "\ | ||
| 15 | file://0001-Do-not-skip-build-for-cross-compile.patch \ | ||
| 16 | file://0002-Fix-build-with-non-glibc-libc-on-musl.patch \ | ||
| 17 | file://0003-WebKitMacros-Append-to-I-and-not-to-isystem.patch \ | ||
| 18 | " | ||
| 19 | |||
| 18 | inherit cmake_qt5 perlnative pythonnative | 20 | inherit cmake_qt5 perlnative pythonnative |
| 19 | 21 | ||
| 20 | # qemuarm build fails with: | 22 | # qemuarm build fails with: |
