blob: 98871c3cf02b4f2268b6f53968b7bd646e3a7adc [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"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER.txt;md5=4fbd65380cdd255951079008b364516c"
6DEPENDS = "libusb udev"
7
8PV = "1.0.0+git${SRCPV}"
9
10SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f"
11SRC_URI = "git://github.com/cyrozap/${BPN}.git"
12
13S = "${WORKDIR}/git"
14
15inherit cmake
16
17PACKAGES =+ "${PN}-utils"
Patrick Williams213cb262021-08-07 19:21:33 -050018FILES:${PN}-utils = "${bindir}/*"