Files
meta-qt5-extra/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb
Piotr Tworek a0b8656755 kf5: Fix build with per-recipe sysroot.
In mose cases this boils down to not hardcoding build paths in output
cmake files. The solution is to use standard OE paths passed to cmake
when it's invoked for each package. Other than that most packages need
to have a few additional deps which previously simply happened to be
present in global sysroot.

Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
2017-06-19 08:56:09 +02:00

38 lines
821 B
BlitzBasic

SUMMARY = "Workspace and cross-framework integration plugins"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit kde-kf5 gettext
DEPENDS += " \
kauth-native \
kconfig \
kconfig-native \
kcoreaddons-native \
kconfigwidgets \
ki18n \
kiconthemes \
kio \
knotifications \
kwidgetsaddons \
knewstuff \
kpackage \
kpackage-native \
"
RRECCOMENDS_${PN} += "oxygen-fonts"
PV = "${KF5_VERSION}"
SRC_URI[md5sum] = "197162d3e09c27e286ba5ff0cf14a49b"
SRC_URI[sha256sum] = "40ac4623c0292442853ac8e905c0282aaa0063c594693beae7c07f69bfc80143"
FILES_${PN} += " \
${datadir}/knotifications5 \
${datadir}/kconf_update \
${OE_QMAKE_PATH_PLUGINS} \
"
FILES_${PN}-dbg += " \
${OE_QMAKE_PATH_PLUGINS}/*/.debug \
"