diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2017-09-15 11:23:24 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-22 22:50:40 +0000 |
commit | 89fca8bbe2d3574d8b5732dd448b1caabb8563e2 (patch) | |
tree | 4617eadda2fa49e21e72108408c53d4bfaf60887 /meta-oe | |
parent | 06eb9d658e71b6a61f2589d9618ae2ca35eaaf8b (diff) | |
download | meta-openembedded-contrib-89fca8bbe2d3574d8b5732dd448b1caabb8563e2.tar.gz |
librelp: upgrade from 1.2.12 to 1.2.14
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb (renamed from meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb index 84c25833147..28047eb5428 100644 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.2.12.bb +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.2.14.bb @@ -8,7 +8,7 @@ DEPENDS = "gmp nettle libidn zlib gnutls" SRC_URI = "git://github.com/rsyslog/librelp.git;protocol=https" -SRCREV = "02c3be4f5c39fec59d05cd8b75b08dbba04098ad" +SRCREV = "fc512e337bfc7c92770246dbff5f482b879498b9" S = "${WORKDIR}/git" |