libksysguard: license / indention fix

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-03 15:08:36 +01:00
parent e84886eef4
commit 0d39c80d85

View File

@@ -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}"