From 0b9877303ac6c12afc3872de3a5d0045e2091bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 May 2015 08:36:23 +0200 Subject: [PATCH] eyesight: use moved repo by inheriting hawaii.bbclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/eyesight/eyesight_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-hawaii/eyesight/eyesight_git.bb b/recipes-hawaii/eyesight/eyesight_git.bb index 1c867fe6..feb70de7 100644 --- a/recipes-hawaii/eyesight/eyesight_git.bb +++ b/recipes-hawaii/eyesight/eyesight_git.bb @@ -2,12 +2,11 @@ SUMMARY = "Image viewer for the Hawaii desktop environment" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -inherit cmake_qt5 +inherit hawaii -DEPENDS = "qtbase qttools" +DEPENDS += "qttools-native" -SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=master" -SRCREV = "a39cbf9d5f18dac29ec0116b317a238433793411" +SRCREV = "b2cb44436240a26d2f3eb2c3c37f8cd5b9f9ec2a" PV = "0.1.2+git${SRCPV}" S = "${WORKDIR}/git"