Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Enable userspace control of Cypress USB-Serial bridge devices" |
| 2 | HOMEPAGE = "https://github.com/cyrozap/libcyusbserial" |
| 3 | BUGTRACKER = "https://github.com/cyrozap/libcyusbserial/issues" |
| 4 | LICENSE = "LGPLv2.1" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.LESSER.txt;md5=4fbd65380cdd255951079008b364516c" |
| 6 | DEPENDS = "libusb udev" |
| 7 | |
| 8 | PV = "1.0.0+git${SRCPV}" |
| 9 | |
| 10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" |
| 11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit cmake |
| 16 | |
| 17 | PACKAGES =+ "${PN}-utils" |
| 18 | FILES_${PN}-utils = "${bindir}/*" |