From 0d39c80d85942a82725f97ab5dfeb40c2554d71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 3 Feb 2015 15:08:36 +0100 Subject: [PATCH] libksysguard: license / indention fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../untier/libksysguard/libksysguard.bb | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb index d578f85e..1e00a2d9 100644 --- a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb +++ b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb @@ -1,27 +1,27 @@ SUMMARY = "KSE sysguard library" -LICENSE = "GPLv2 LGPLv2.1" +LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = " \ - file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " inherit kde-plasma cmake-lib DEPENDS += " \ - qtwebkit \ - kcoreaddons \ - kconfig \ - ki18n \ - kwindowsystem \ - kcompletion \ - kauth \ - kwidgetsaddons \ - kiconthemes \ - kconfigwidgets \ - kservice \ - plasma-framework \ - kauth \ - ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \ + qtwebkit \ + kcoreaddons \ + kconfig \ + ki18n \ + kwindowsystem \ + kcompletion \ + kauth \ + kwidgetsaddons \ + kiconthemes \ + kconfigwidgets \ + kservice \ + plasma-framework \ + kauth \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \ " PV = "${PLASMA_VERSION}"