From 47cdc51e503d707df2bf9d83be26a6e49f455165 Mon Sep 17 00:00:00 2001 From: Yi Fan Yu Date: Fri, 5 Mar 2021 23:20:04 -0500 Subject: librelp: update 1.6.0 -> 1.10.0 Now pulling from the stable branch Signed-off-by: Yi Fan Yu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/librelp_1.10.0.bb | 18 ++++++++++++++++++ meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta-oe/recipes-extended/rsyslog/librelp_1.10.0.bb delete mode 100644 meta-oe/recipes-extended/rsyslog/librelp_1.6.0.bb diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.10.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.10.0.bb new file mode 100644 index 0000000000..6a1f88093f --- /dev/null +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.10.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;branch=stable \ +" + +SRCREV = "9e749453d51d602d8159717f8a7c27971dcb4c6c" + +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 deleted file mode 100644 index f3933f930c..0000000000 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.6.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 = "fe366f3770320cbe76bac7e84b26a48491d14531" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -CPPFLAGS += "-Wno-error" -- cgit v1.2.3-54-g00ecf