mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
547 B
BlitzBasic
19 lines
547 B
BlitzBasic
SUMMARY = "Enable userspace control of Cypress USB-Serial bridge devices"
|
|
HOMEPAGE = "https://github.com/cyrozap/libcyusbserial"
|
|
BUGTRACKER = "https://github.com/cyrozap/libcyusbserial/issues"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER.txt;md5=4fbd65380cdd255951079008b364516c"
|
|
DEPENDS = "libusb udev"
|
|
|
|
PV = "1.0.0+git${SRCPV}"
|
|
|
|
SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f"
|
|
SRC_URI = "git://github.com/cyrozap/${BPN}.git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
PACKAGES =+ "${PN}-utils"
|
|
FILES:${PN}-utils = "${bindir}/*"
|