aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2017-08-06 17:13:32 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:20:58 +0200
commit73494703e1ca44484d397d62ffecab9b11e998bd (patch)
treeed256a0c8856641c35230b2fc0c7c8c65867ec6c /meta-oe
parent3a13b1b4e3cc0ad48fc096109029a1258982a3cf (diff)
downloadmeta-openembedded-contrib-73494703e1ca44484d397d62ffecab9b11e998bd.tar.gz
libcyusbserial: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-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 @@
+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}/*"