[oe-commits] Petr Štetiar : librs232: add package version 1.0. 2 and remove the old one

git version control git at git.openembedded.org
Sun May 8 18:04:17 UTC 2011


Module: openembedded.git
Branch: master
Commit: 9f0110862da1e71b30ca887efa83aca8d4ebdca7
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=9f0110862da1e71b30ca887efa83aca8d4ebdca7

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sat Apr  2 15:28:31 2011 +0200

librs232: add package version 1.0.2 and remove the old one

Signed-off-by: Petr Štetiar <ynezz at true.cz>

---

 .../{librs232_1.0.0.bb => librs232_1.0.2.bb}       |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/librs232/librs232_1.0.0.bb b/recipes/librs232/librs232_1.0.2.bb
similarity index 66%
rename from recipes/librs232/librs232_1.0.0.bb
rename to recipes/librs232/librs232_1.0.2.bb
index f9114e7..4f01f14 100644
--- a/recipes/librs232/librs232_1.0.0.bb
+++ b/recipes/librs232/librs232_1.0.2.bb
@@ -1,10 +1,11 @@
 DESCRIPTION = "librs232 - library for serial communications over RS-232 (serial port)"
 HOMEPAGE = "http://github.com/ynezz/librs232"
 LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=814bfb5f5c804f9554bf9c8f5b09fb83"
 
 SRC_URI = "git://github.com/ynezz/librs232.git;protocol=git"
 
-SRCREV = "ecad1e03104bc9bf348e0c5e571660f270c86421"
+SRCREV = "e9017b66f6bf259279bba7d1d00f39d6abb1c38a"
 S = "${WORKDIR}/git/"
 
 inherit autotools





More information about the Openembedded-commits mailing list