From ce3897e61d2063940a7fe635c35401ed10a6a568 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Mon, 17 Aug 2015 17:51:16 +0800 Subject: libestr: upgrade to 0.1.10 rsyslog 7.6.1 needs the new version libestr Signed-off-by: Roy Li Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libestr/libestr_0.1.10.bb | 11 +++++++++++ meta-oe/recipes-support/libestr/libestr_0.1.6.bb | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.10.bb delete mode 100644 meta-oe/recipes-support/libestr/libestr_0.1.6.bb (limited to 'meta-oe/recipes-support/libestr') diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.10.bb b/meta-oe/recipes-support/libestr/libestr_0.1.10.bb new file mode 100644 index 0000000000..9bff4f35a7 --- /dev/null +++ b/meta-oe/recipes-support/libestr/libestr_0.1.10.bb @@ -0,0 +1,11 @@ +SUMMARY = "some essentials for string handling (and a bit more)" +HOMEPAGE = "http://libestr.adiscon.com/" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=9d6c993486c18262afba4ca5bcb894d0" + +SRC_URI = "http://libestr.adiscon.com/files/download/${BP}.tar.gz" + +SRC_URI[md5sum] = "f4c9165a23587e77f7efe65d676d5e8e" +SRC_URI[sha256sum] = "bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c" + +inherit autotools diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb b/meta-oe/recipes-support/libestr/libestr_0.1.6.bb deleted file mode 100644 index e3f675a784..0000000000 --- a/meta-oe/recipes-support/libestr/libestr_0.1.6.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "some essentials for string handling (and a bit more)" -HOMEPAGE = "http://libestr.adiscon.com/" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=9d6c993486c18262afba4ca5bcb894d0" - -SRC_URI = "http://libestr.adiscon.com/files/download/${BP}.tar.gz" - -SRC_URI[md5sum] = "f48a7098080eebfe7842673c23dcd064" -SRC_URI[sha256sum] = "b9c819d30397845fdf85bb1f37c52e81de23aa3b061ec6cc4386f1b942960153" - -inherit autotools -- cgit 1.2.3-korg