blob: a69194996bdbc42b0d15eeff9b3c8f60c9be8402 [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 Geissler5082cc72023-09-11 08:41:39 -040011SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https \
12 file://0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch \
13"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
15S = "${WORKDIR}/git"
16
17inherit cmake
18
19PACKAGES =+ "${PN}-utils"
Patrick Williams213cb262021-08-07 19:21:33 -050020FILES:${PN}-utils = "${bindir}/*"