From 2c31d26de2685ca2a1ad5ea325a617a825149d13 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 30 Jun 2020 09:27:15 +0800 Subject: librelp: upgrade 1.5.0 -> 1.6.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/librelp_1.5.0.bb | 18 ------------------ meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-extended/rsyslog/librelp_1.5.0.bb create mode 100644 meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.5.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.5.0.bb deleted file mode 100644 index a4663148cd..0000000000 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.5.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "A reliable logging library" -HOMEPAGE = "https://github.com/rsyslog/librelp" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" - -DEPENDS = "gmp nettle libidn zlib gnutls openssl" - -SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https \ -" - -SRCREV = "0beb2258e12e4131dc31e261078ea53d18f787d7" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -CPPFLAGS += "-Wno-error" diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb new file mode 100644 index 0000000000..f3933f930c --- /dev/null +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "A reliable logging library" +HOMEPAGE = "https://github.com/rsyslog/librelp" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" + +DEPENDS = "gmp nettle libidn zlib gnutls openssl" + +SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https \ +" + +SRCREV = "fe366f3770320cbe76bac7e84b26a48491d14531" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +CPPFLAGS += "-Wno-error" -- cgit 1.2.3-korg