From e2f261e5e0a1d3a9f2ed0decdbbc31d7e459056c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Sun, 3 Oct 2010 02:06:22 +0000 Subject: [PATCH] librs232: add new recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Štetiar Signed-off-by: Eric Bénard --- recipes/librs232/librs232_1.0.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 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 -- 2.39.5