From 2066c0beab0ef8cb05b4d20370cc44f49e0fd89b Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 29 Jun 2015 18:45:27 -0700 Subject: qtwebkit: remove false dependency on leveldb The qtwebkit configure test never succeeds in finding system leveldb (ie qtwebkit internal copy of leveldb is always used) so leveldb is a false dependency. This change allows qtwebkit to be built in a disto which enables security_flags.inc (it's otherwise blocked since the leveldb recipe fails to build when security_flags.inc is used). Signed-off-by: Andre McCurdy Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwebkit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qtwebkit_git.bb') diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index bad44efd..db1a0989 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb @@ -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 leveldb" +DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt" # qemuarm build fails with: # | {standard input}: Assembler messages: -- cgit v1.2.3