diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-10-24 14:35:03 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-26 10:28:40 +0200 |
commit | ca3a032866bcb2236745b6f710ff6dcda7bb2405 (patch) | |
tree | 731ba01470999bce8324ed42a7b3fb46b8d3ddbf /meta-oe/recipes-extended | |
parent | 2f7c00b93483680691848cc1d7721d908039bdf0 (diff) | |
download | meta-openembedded-ca3a032866bcb2236745b6f710ff6dcda7bb2405.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 000000000..84c258331 --- /dev/null +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "A reliable logging library" | ||
2 | HOMEPAGE = "https://github.com/rsyslog/libfastjson" | ||
3 | |||
4 | LICENSE = "GPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1fb9c10ed9fd6826757615455ca893a9" | ||
6 | |||
7 | DEPENDS = "gmp nettle libidn zlib gnutls" | ||
8 | |||
9 | SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https" | ||
10 | |||
11 | SRCREV = "02c3be4f5c39fec59d05cd8b75b08dbba04098ad" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit autotools pkgconfig | ||