diff options
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.bb | 11 |
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 @@ | |||
1 | DESCRIPTION = "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." | ||
2 | HOMEPAGE = "https://sigrok.org/wiki/Libserialport" | ||
3 | |||
4 | LICENSE = "LGPL-3.0-or-later" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | SRC_URI = "http://sigrok.org/download/source/libserialport/libserialport-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[sha256sum] = "5deb92b5ca72c0347b07b786848350deca2dcfd975ce613b8e0e1d947a4b4ca9" | ||