From eac7dbd68f82ee06f5c60ac7b5b99c5cb45f4226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 6 Jan 2015 15:09:19 +0100 Subject: [PATCH] swordfish: fix SRC_URI and DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/swordfish/swordfish_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-hawaii/swordfish/swordfish_git.bb b/recipes-hawaii/swordfish/swordfish_git.bb index 5ded8381..6e4c657c 100644 --- a/recipes-hawaii/swordfish/swordfish_git.bb +++ b/recipes-hawaii/swordfish/swordfish_git.bb @@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" inherit cmake_qt5 -DEPENDS = "qtbase qtdeclarative qtquickcontrols qttools fluid" +DEPENDS = "qtbase qtdeclarative qtquickcontrols qttools pss-framework" -SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev" +SRC_URI = "git://github.com/hawaii-desktop/${BPN}.git;protocol=git;branch=master" SRCREV = "0f1d9294cbf9d4ac235c31d10b0c7166845e098f" PV = "0.1.90+git${SRCPV}"