diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_5.3.2+git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_5.3.2+git.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-qt/qt5/qtwebengine_5.3.2+git.bb b/recipes-qt/qt5/qtwebengine_5.3.2+git.bb deleted file mode 100644 index 99150e01..00000000 --- a/recipes-qt/qt5/qtwebengine_5.3.2+git.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | require qt5-git.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | # this wasn't released, the PV is set just to signify that this SRCREV was tested together | ||
5 | # with 5.3.2 version of other modules | ||
6 | PV = "5.3.2" | ||
7 | DEFAULT_PREFERENCE = "1" | ||
8 | |||
9 | QT_MODULE_BRANCH = "1.0" | ||
10 | QT_MODULE_BRANCH_CHROMIUM = "33.0.1750.170-based" | ||
11 | |||
12 | SRC_URI += " \ | ||
13 | git://gitorious.org/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ | ||
14 | file://0001-Use-ninja-supplied-by-environment-variable-NINJA_PAT.patch \ | ||
15 | file://0002-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ | ||
16 | file://0003-functions.prf-Try-to-add-_moc-suffix.patch \ | ||
17 | file://0004-Set-arm_tune-to-empty-string-if-mtune-flag-is-not-se.patch \ | ||
18 | file://0005-Fix-ARM-NEON-detection-for-mfpu-neon-vfpv4.patch \ | ||
19 | file://0006-Include-QMAKE_CC-when-extracting-C-compiler-flags.patch \ | ||
20 | file://0001-chromium-Drop-build-time-only-dependency-on-x11-libr.patch \ | ||
21 | file://0002-chromium-Strip-unwanted-echo-compiling-prefix-from-C.patch \ | ||
22 | file://0003-chromium-base.gypi-include-atomicops_internals_x86_gcc.cc-whe.patch \ | ||
23 | " | ||
24 | SRCREV_qtwebengine = "21f6ce84ecca9a4ff2aa980b21d2e5174c78d14b" | ||
25 | SRCREV_chromium = "1f3cc8c2618979b557d60ef1ad984a49dca83bff" | ||
26 | SRCREV = "${SRCREV_qtwebengine}" | ||
27 | |||
28 | SRCREV_FORMAT = "qtwebengine" | ||