16 lines
377 B
BlitzBasic
16 lines
377 B
BlitzBasic
SUMMARY = "A Qt5 library with input/output helpers"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
|
|
|
|
require recipes-qt/qt5/qt5.inc
|
|
|
|
SRC_URI = "git://github.com/schnitzeltony/${BPN}.git;branch=master"
|
|
|
|
DEPENDS += "qtbase qtserialport"
|
|
|
|
PV = "0.4.0+git${SRCPV}"
|
|
SRCREV = "00d534972a86a5c8db058131a0cbbdd496a66efb"
|
|
|
|
S="${WORKDIR}/git"
|