aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-10-03 02:06:22 +0000
committerEric Bénard <eric@eukrea.com>2010-10-04 21:57:26 +0200
commite2f261e5e0a1d3a9f2ed0decdbbc31d7e459056c (patch)
tree72f9f148609332b7e877ed7ae168af7602ee4bd9
parent1d03ea798eb8fae52a4f1b40f66dd2089119d89a (diff)
downloadopenembedded-e2f261e5e0a1d3a9f2ed0decdbbc31d7e459056c.tar.gz
librs232: add new recipe
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--recipes/librs232/librs232_1.0.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/librs232/librs232_1.0.0.bb b/recipes/librs232/librs232_1.0.0.bb
new file mode 100644
index 0000000000..f9114e715f
--- /dev/null
+++ b/recipes/librs232/librs232_1.0.0.bb
@@ -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