diff options
author | Simon Busch <morphis@gravedo.de> | 2014-06-25 09:55:17 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-06 19:45:45 +0200 |
commit | 0663bcdddf0311329e607416cd51ce55b9557240 (patch) | |
tree | b2d30fcd83f064111addbe4e68020982f87a5c82 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | a608ef4d63ddc58528eb7defa6a7f89c71ea7033 (diff) | |
download | meta-qt5-0663bcdddf0311329e607416cd51ce55b9557240.tar.gz |
qtwebengine: add initial recipe for git version only
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb new file mode 100644 index 00000000..f4964bf7 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | require qt5-git.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | # QtWebEngine has it's own version format currently and doesn't follow the major Qt | ||
5 | # versions (but it's release are at the same time as of major Qt releases). We're tracking | ||
6 | # the master branch which will lead to 1.0 when Qt 5.4 is released here. | ||
7 | PV = "0.9.99+git${SRCPV}" | ||
8 | |||
9 | QT_MODULE_BRANCH = "master" | ||
10 | |||
11 | # For now we have to define SRC_URI here again as qt5-git.inc points to | ||
12 | # qt.gitorious.org/qt/ but qtwebengine is still on qt.gitorious.org/qt-labs/ which will | ||
13 | # switch soon. | ||
14 | SRC_URI = " \ | ||
15 | git://gitorious.org/qt-labs/qtwebengine.git;name=qtwebengine;protocol=git;branch=${QT_MODULE_BRANCH} \ | ||
16 | git://gitorious.org/qt-labs/chromium.git;name=chromium;protocol=git;branch=${QT_MODULE_BRANCH};destsuffix=git/src/3rdparty \ | ||
17 | file://0001-Drop-build-time-only-dependency-on-x11-libraries.patch \ | ||
18 | file://0002-Use-ninja-supplied-by-environment-variable-NINJA_PAT.patch \ | ||
19 | file://0001-Strip-unwanted-echo-compiling-prefix-from-CC.patch \ | ||
20 | " | ||
21 | SRCREV_qtwebengine = "21f6ce84ecca9a4ff2aa980b21d2e5174c78d14b" | ||
22 | SRCREV_chromium = "1f3cc8c2618979b557d60ef1ad984a49dca83bff" | ||
23 | |||
24 | SRCREV_FORMAT = "qtwebengine" | ||