diff options
author | Eric BENARD <eric@eukrea.com> | 2013-05-27 23:43:50 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 10:42:38 +0200 |
commit | 712d678c3accc499af0f1fc4d0d55359787b6009 (patch) | |
tree | 55d9d6854010eac113afc25ed1dcee32fb1efb15 /recipes-qt/qt5/qtbase_5.0.2.bb | |
parent | 440e7829dccd48ef249a7314ebee00d4e3a584c5 (diff) | |
download | meta-qt5-712d678c3accc499af0f1fc4d0d55359787b6009.tar.gz |
qtbase-5.0.2: fix v8 and allow build of examples
- fix v8 segfault (at least on armv7)
- examples are only provided as sources but in our case, binaries
are more interesting for user to test the features on the target.
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase_5.0.2.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase_5.0.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_5.0.2.bb b/recipes-qt/qt5/qtbase_5.0.2.bb index 3df434e3..357c06e7 100644 --- a/recipes-qt/qt5/qtbase_5.0.2.bb +++ b/recipes-qt/qt5/qtbase_5.0.2.bb | |||
@@ -3,5 +3,9 @@ require ${PN}.inc | |||
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | 5 | ||
6 | SRC_URI += "file://0004-Disable-mkv8snapshot.patch \ | ||
7 | file://0001-qtbase-allow-build-of-examples.patch \ | ||
8 | " | ||
9 | |||
6 | SRC_URI[md5sum] = "a4fec8ed03867c4ee4fe5a46001a11f0" | 10 | SRC_URI[md5sum] = "a4fec8ed03867c4ee4fe5a46001a11f0" |
7 | SRC_URI[sha256sum] = "31851ee2f844c100554506a9a446d4b6abb5270bca799c2a683e5f937456a9c8" | 11 | SRC_URI[sha256sum] = "31851ee2f844c100554506a9a446d4b6abb5270bca799c2a683e5f937456a9c8" |