Files
meta-qt5-extra/recipes-liri/liri-cmake-shared/liri-cmake-shared_git.bb
Andreas Müller 2b7e58e352 liri-cmake-shared: upgrade sources
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-22 15:26:12 +01:00

17 lines
407 B
BlitzBasic

SUMMARY = "Shared functions and macros for projects using the CMake build system"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = " \
file://LICENSE.BSD;md5=54c7042be62e169199200bc6477f04d1 \
"
inherit liri
# Avoid depending on myself
DEPENDS = "cmake-native"
PV = "1.0.0+git${SRCPV}"
SRCREV = "f4d26dff4e814b17a6765ca186299ecdb32c4d54"
S = "${WORKDIR}/git"
FILES_${PN}-dev += "${datadir}/LiriCMakeShared"