[oe-commits] [meta-openembedded] 52/57: librelp: add recipe

git at git.openembedded.org git at git.openembedded.org
Tue Oct 25 13:34:59 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 4bf915042302873571cb8f9fd52c186bf490236a
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Oct 24 14:35:03 2016 +0800

    librelp: add recipe
    
    This is a project under rsyslog. Add its recipe as it's needed by
    the new version of rsyslog.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb
new file mode 100644
index 0000000..84c2583
--- /dev/null
+++ b/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.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 = "02c3be4f5c39fec59d05cd8b75b08dbba04098ad"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list