From patchwork Sat Apr 2 14:18:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [3/6] librs232: add version 1.0.1 and remove the old one Date: Sat, 02 Apr 2011 14:18:47 -0000 From: =?utf-8?b?UGV0ciDFoHRldGlhciA8eW5lenpAdHJ1ZS5jej4=?= X-Patchwork-Id: 1889 Message-Id: <1301753930-32581-4-git-send-email-ynezz@true.cz> To: openembedded-devel@lists.openembedded.org Signed-off-by: Petr Štetiar --- recipes/librs232/librs232_1.0.0.bb | 10 ---------- recipes/librs232/librs232_1.0.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes/librs232/librs232_1.0.0.bb create mode 100644 recipes/librs232/librs232_1.0.1.bb diff --git a/recipes/librs232/librs232_1.0.0.bb b/recipes/librs232/librs232_1.0.0.bb deleted file mode 100644 index f9114e7..0000000 --- a/recipes/librs232/librs232_1.0.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/recipes/librs232/librs232_1.0.1.bb b/recipes/librs232/librs232_1.0.1.bb new file mode 100644 index 0000000..c81ce4e --- /dev/null +++ b/recipes/librs232/librs232_1.0.1.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 = "cd9811207ee08f0bd83354b609c13f56e39d5f6c" +S = "${WORKDIR}/git/" + +inherit autotools