While at it: Calcutae download paths to make upgrade as simple as possible Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
21 lines
722 B
BlitzBasic
21 lines
722 B
BlitzBasic
SUMMARY = "Access to the windowing system"
|
|
LICENSE = "GPLv2 | LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
inherit kde-kf5
|
|
|
|
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxrender libxfixes libxfixes-native", "", d)}"
|
|
|
|
PV = "${KF5_VERSION}"
|
|
SRC_URI[md5sum] = "b1d0b95573ff7cfe1ff4d468e7f9fed6"
|
|
SRC_URI[sha256sum] = "6ec04272ef5beb4e10ef9af65d10b10df454ce7fe00534fa6f807246c2ba24fe"
|
|
|
|
do_configure_append() {
|
|
# remove absolute paths from exported cmake files
|
|
for f in `find ${B} -name '*Targets*.cmake'`; do
|
|
sed -i 's:${RECIPE_SYSROOT}${prefix}:${_IMPORT_PREFIX}:g' $f
|
|
done
|
|
}
|
|
|
|
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}"
|