mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
21 lines
653 B
BlitzBasic
21 lines
653 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 = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER.txt;md5=4fbd65380cdd255951079008b364516c"
|
|
DEPENDS = "libusb udev"
|
|
|
|
PV = "1.0.0+git"
|
|
|
|
SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f"
|
|
SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https \
|
|
file://0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
PACKAGES =+ "${PN}-utils"
|
|
FILES:${PN}-utils = "${bindir}/*"
|