mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libcyusbserial: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3a13b1b4e3
commit
73494703e1
18
meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb
Normal file
18
meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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}/*"
|
||||
Loading…
Reference in New Issue
Block a user