mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 16:15:42 +02:00
qt5-plugin-generic-vboxtouch: add -Wno-narrowing to fix build with gcc-5.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -9,12 +9,15 @@ LIC_FILES_CHKSUM = " \
|
||||
file://evdevmousehandler.cpp;beginline=1;endline=40;md5=9081062f6e7f74b6e62ad7ecee4a71be \
|
||||
"
|
||||
|
||||
PV = "1.0+gitr${SRCPV}"
|
||||
PV = "1.1.3+gitr${SRCPV}"
|
||||
|
||||
DEPENDS = "qtbase"
|
||||
|
||||
# Needed with gcc-5.2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801
|
||||
CXXFLAGS += "-Wno-narrowing"
|
||||
|
||||
SRC_URI = "git://github.com/nemomobile/qt5-plugin-generic-vboxtouch.git"
|
||||
SRCREV = "7d7a6dfd501c43687e7bb110610cac5f7c9abd4b"
|
||||
SRCREV = "d613ad1cc64d7a6a9b38df4d49146170be6876aa"
|
||||
S = "${WORKDIR}/git/vboxtouch"
|
||||
|
||||
inherit qmake5
|
||||
|
||||
Reference in New Issue
Block a user