mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 08:04:45 +02:00
qtwebkit_git.bb: Fix configure failure on bison
Fix the following error during do_configure | CMake Error at | Could NOT find BISON (missing: BISON_EXECUTABLE) (Required is at least | version "2.1") | Call Stack (most recent call first): Add dependency to bison-native to fix the above error Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
This commit is contained in:
committed by
Martin 'JaMa' Jansa
parent
cb7dfcc53a
commit
1fb8affa94
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \
|
||||
"
|
||||
|
||||
DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native"
|
||||
DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native bison-native"
|
||||
|
||||
inherit cmake_qt5 perlnative pythonnative
|
||||
|
||||
|
||||
Reference in New Issue
Block a user