From 7f4e3aca3d7d7ed170c95014a7cbf62266b56103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 May 2015 10:00:04 +0200 Subject: [PATCH] hawaii-baseapps: inherit 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/hawaii-baseapps/hawaii-baseapps_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-hawaii/hawaii-baseapps/hawaii-baseapps_git.bb b/recipes-hawaii/hawaii-baseapps/hawaii-baseapps_git.bb index 80a7041d..71b79efb 100644 --- a/recipes-hawaii/hawaii-baseapps/hawaii-baseapps_git.bb +++ b/recipes-hawaii/hawaii-baseapps/hawaii-baseapps_git.bb @@ -5,11 +5,10 @@ LIC_FILES_CHKSUM = " \ file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c \ " -inherit cmake_qt5 pkgconfig +inherit hawaii pkgconfig -DEPENDS = "qtbase qtdeclarative polkit-qt-1 extra-cmake-modules-native" +DEPENDS += "polkit-qt-1" -SRC_URI = "git://github.com/hawaii-desktop/${BPN}.git" SRCREV = "fb3495d281fac91e27f00121de7c3bb2da90a7db" PV = "0.0.0+git${SRCPV}" S = "${WORKDIR}/git"