sigrok: add recipes
[openembedded.git] / recipes / sigrok / libserialport_0.1.1.bb
diff --git a/recipes/sigrok/libserialport_0.1.1.bb b/recipes/sigrok/libserialport_0.1.1.bb
new file mode 100644 (file)
index 0000000..686fbdc
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "C library intended to take care of the OS-specific details when writing software that uses serial ports"
+SECTION = "libs"
+HOMEPAGE = "https://sigrok.org"
+LICENSE = "LGPLv3+"
+
+require sigrok.inc
+
+inherit autotools
+
+do_stage() {
+       autotools_stage_all
+}
+
+SRC_URI[md5sum] = "b93f0325a6157198152b5bd7e8182b51"