blob: 81453fb8886974fbdd0a46e67b14385bffbf756e [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Enable userspace control of Cypress USB-Serial bridge devices"
2HOMEPAGE = "https://github.com/cyrozap/libcyusbserial"
3BUGTRACKER = "https://github.com/cyrozap/libcyusbserial/issues"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-only"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005LIC_FILES_CHKSUM = "file://COPYING.LESSER.txt;md5=4fbd65380cdd255951079008b364516c"
6DEPENDS = "libusb udev"
7
8PV = "1.0.0+git${SRCPV}"
9
10SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f"
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
13S = "${WORKDIR}/git"
14
15inherit cmake
16
17PACKAGES =+ "${PN}-utils"
Patrick Williams213cb262021-08-07 19:21:33 -050018FILES:${PN}-utils = "${bindir}/*"