librs232: add new recipe
authorPetr Štetiar <ynezz@true.cz>
Sun, 3 Oct 2010 02:06:22 +0000 (02:06 +0000)
committerEric Bénard <eric@eukrea.com>
Mon, 4 Oct 2010 19:57:26 +0000 (21:57 +0200)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/librs232/librs232_1.0.0.bb [new file with mode: 0644]

diff --git a/recipes/librs232/librs232_1.0.0.bb b/recipes/librs232/librs232_1.0.0.bb
new file mode 100644 (file)
index 0000000..f9114e7
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "librs232 - library for serial communications over RS-232 (serial port)"
+HOMEPAGE = "http://github.com/ynezz/librs232"
+LICENSE = "MIT"
+
+SRC_URI = "git://github.com/ynezz/librs232.git;protocol=git"
+
+SRCREV = "ecad1e03104bc9bf348e0c5e571660f270c86421"
+S = "${WORKDIR}/git/"
+
+inherit autotools