git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d03ea7
)
librs232: add new recipe
author
Petr Štetiar
<ynezz@true.cz>
Sun, 3 Oct 2010 02:06:22 +0000
(
02:06
+0000)
committer
Eric 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]
patch
|
blob
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
+++ 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