From e3401ae6484cb2fd1d73bd638bffe7963352b6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 6 Jan 2015 15:07:24 +0100 Subject: [PATCH] libhawaii: fix SRC_URI and add abandoned marker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/libhawaii/libhawaii_0.3.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb b/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb index 08620d86..5e936b17 100644 --- a/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb +++ b/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb @@ -6,7 +6,8 @@ inherit cmake_qt5 cmake-lib DEPENDS = "qtbase qtdeclarative extra-cmake-modules-native" -SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev" +# TBD: abandoned +SRC_URI = "git://github.com/hawaii-desktop/${BPN}.git;protocol=git;branch=dev" SRCREV = "20f7fcf49c90108c42f3ce0b7357775a846dfc2d" S = "${WORKDIR}/git"