[oe-commits] Petr Štetiar : librs232: add new recipe

git version control git at git.openembedded.org
Mon Oct 4 19:58:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e2f261e5e0a1d3a9f2ed0decdbbc31d7e459056c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e2f261e5e0a1d3a9f2ed0decdbbc31d7e459056c

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sun Oct  3 02:06:22 2010 +0000

librs232: add new recipe

Signed-off-by: Petr Štetiar <ynezz at true.cz>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/librs232/librs232_1.0.0.bb |   10 ++++++++++
 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 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





More information about the Openembedded-commits mailing list