diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-03 20:14:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 14:38:07 +0200 |
commit | 3e25acd9433b1988262e7bd0a35d0bb8fae6bd01 (patch) | |
tree | e85c056abaa27c53d7001b4a26ce91b2ce9b32f5 | |
parent | 18741e483851e1a6aae79992b130aee34ad48879 (diff) | |
download | meta-qt5-3e25acd9433b1988262e7bd0a35d0bb8fae6bd01.tar.gz |
qt5-plugin-generic-vboxtouch: add -Wno-narrowing to fix build with gcc-5.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb index 5352d15f..2676bdd7 100644 --- a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb +++ b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | |||
@@ -9,12 +9,15 @@ LIC_FILES_CHKSUM = " \ | |||
9 | file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \ | 9 | file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \ |
10 | " | 10 | " |
11 | 11 | ||
12 | PV = "1.0+gitr${SRCPV}" | 12 | PV = "1.1.3+gitr${SRCPV}" |
13 | 13 | ||
14 | DEPENDS = "qtbase" | 14 | DEPENDS = "qtbase" |
15 | 15 | ||
16 | # Needed with gcc-5.2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801 | ||
17 | CXXFLAGS += "-Wno-narrowing" | ||
18 | |||
16 | SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git" | 19 | SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git" |
17 | SRCREV = "7d7a6dfd501c43687e7bb110610cac5f7c9abd4b" | 20 | SRCREV = "d613ad1cc64d7a6a9b38df4d49146170be6876aa" |
18 | S = "${WORKDIR}/git/vboxtouch" | 21 | S = "${WORKDIR}/git/vboxtouch" |
19 | 22 | ||
20 | inherit qmake5 | 23 | inherit qmake5 |