summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb')
-rw-r--r--meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb b/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb
new file mode 100644
index 0000000000..71dc33da90
--- /dev/null
+++ b/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "libserialport is a minimal, cross-platform shared library written in C that is intended to take care of the OS-specific details when writing software that uses serial ports."
2HOMEPAGE = "https://sigrok.org/wiki/Libserialport"
3
4LICENSE = "LGPL-3.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6
7inherit autotools
8
9SRC_URI = "http://sigrok.org/download/source/libserialport/libserialport-${PV}.tar.gz"
10
11SRC_URI[sha256sum] = "5deb92b5ca72c0347b07b786848350deca2dcfd975ce613b8e0e1d947a4b4ca9"