summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb
new file mode 100644
index 0000000000..74b5e21e23
--- /dev/null
+++ b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Enable userspace control of Cypress USB-Serial bridge devices"
2HOMEPAGE = "https://github.com/cyrozap/libcyusbserial"
3BUGTRACKER = "https://github.com/cyrozap/libcyusbserial/issues"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER.txt;md5=4fbd65380cdd255951079008b364516c"
6DEPENDS = "libusb udev"
7
8PV = "1.0.0+git${SRCPV}"
9
10SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f"
11SRC_URI = "git://github.com/cyrozap/${BPN}.git"
12
13S = "${WORKDIR}/git"
14
15inherit cmake
16
17PACKAGES =+ "${PN}-utils"
18FILES_${PN}-utils = "${bindir}/*"