From e2c9df20360d6ef63c6f0d2addc0bff4b40bc421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 28 Apr 2015 19:36:22 +0200 Subject: [PATCH] libhawaii: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hawaii-system-preferences does not use it anymore - so we can follow anbandoning Signed-off-by: Andreas Müller --- recipes-hawaii/libhawaii/libhawaii_0.3.0.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 recipes-hawaii/libhawaii/libhawaii_0.3.0.bb diff --git a/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb b/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb deleted file mode 100644 index e6cb66fb..00000000 --- a/recipes-hawaii/libhawaii/libhawaii_0.3.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Library shared among Hawaii Shell and other applications" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d" - -inherit cmake_qt5 cmake-lib - -DEPENDS = "qtbase qtdeclarative extra-cmake-modules-native" - -# TBD: abandoned -SRC_URI = "git://github.com/hawaii-desktop/${BPN}.git;protocol=git;branch=dev" -SRCREV = "20f7fcf49c90108c42f3ce0b7357775a846dfc2d" - -S = "${WORKDIR}/git" - -CMAKE_ALIGN_SYSROOT[1] = "Hawaii, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" -CMAKE_ALIGN_SYSROOT[2] = "Hawaii, -S${includedir}, -S${STAGING_INCDIR}" - - -FILES_${PN} += "${libdir}/hawaii" -FILES_${PN}-dev += "${libdir}/cmake" -FILES_${PN}-dbg += "${libdir}/hawaii/qml/Hawaii/Shell/Applications/.debug ${libdir}/hawaii/qml/Hawaii/Shell/Core/.debug"