[oe] [PATCH] librs232: add new recipe

Petr Štetiar ynezz at true.cz
Sun Oct 3 12:06:22 UTC 2010


Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 recipes/librs232/librs232_1.0.0.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 recipes/librs232/librs232_1.0.0.bb

diff --git a/recipes/librs232/librs232_1.0.0.bb b/recipes/librs232/librs232_1.0.0.bb
new file mode 100644
index 0000000..f9114e7
--- /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
-- 
1.7.0.4





More information about the Openembedded-devel mailing list