aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb
blob: a69194996bdbc42b0d15eeff9b3c8f60c9be8402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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${SRCPV}"

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}/*"