From 89fca8bbe2d3574d8b5732dd448b1caabb8563e2 Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Fri, 15 Sep 2017 11:23:24 -0400 Subject: librelp: upgrade from 1.2.12 to 1.2.14 Signed-off-by: Randy MacLeod Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb | 15 --------------- meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb create mode 100644 meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb deleted file mode 100644 index 84c2583314..0000000000 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A reliable logging library" -HOMEPAGE = "https://github.com/rsyslog/libfastjson" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" - -DEPENDS = "gmp nettle libidn zlib gnutls" - -SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https" - -SRCREV = "02c3be4f5c39fec59d05cd8b75b08dbba04098ad" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb new file mode 100644 index 0000000000..28047eb542 --- /dev/null +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb @@ -0,0 +1,15 @@ +SUMMARY = "A reliable logging library" +HOMEPAGE = "https://github.com/rsyslog/libfastjson" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" + +DEPENDS = "gmp nettle libidn zlib gnutls" + +SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https" + +SRCREV = "fc512e337bfc7c92770246dbff5f482b879498b9" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig -- cgit 1.2.3-korg