From d81ab13268488a21555a3b755279ba009af71cc9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 31 Mar 2014 21:48:04 +0200 Subject: [PATCH] tufao1: Fix the build depends of this recipe --- recipes-qt/tufao/tufao1_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/tufao/tufao1_1.0.2.bb b/recipes-qt/tufao/tufao1_1.0.2.bb index 8fea0218f7..6e87bf018c 100644 --- a/recipes-qt/tufao/tufao1_1.0.2.bb +++ b/recipes-qt/tufao/tufao1_1.0.2.bb @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" inherit cmake_qt5 +DEPENDS += "qtbase" + SRC_URI = "git://github.com/vinipsmaker/tufao;branch=master \ file://hardcode_paths.patch \ file://qt_sysroot.patch "