aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-08-23 15:05:07 -0700
committerKhem Raj <raj.khem@gmail.com>2018-08-24 08:58:13 -0700
commit7d1f239d2f2c653c458baee6f2997b5ec8ebc7d3 (patch)
tree053eb410cf7ecc2014c3425bbb188e0dd7ddbc5c /meta-oe/recipes-support
parentcc7bce67ba8780949d0187a1479b4d25bb6c7136 (diff)
downloadmeta-openembedded-contrib-7d1f239d2f2c653c458baee6f2997b5ec8ebc7d3.tar.gz
eventlog: update SRC_URI to fetch from git
The tar file releases don't seem to be available any more so switch to building from the github git repo instead. Take the current master branch, which is based on the 0.2.13 release but with three minor updates / fixes, so include them too: a5c1916 evttags: improve handling of NULL arguments to evt_tag_str b34e3d2 configure.in: fixed a compilation problem on Windows 649eabd evtstr: readd the escaping of the CR and LF characters Also drop unnecessary "inherit pkgconfig". Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
index 13eb7943f7..85e29b0ac5 100644
--- a/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
+++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb
@@ -13,9 +13,11 @@ DESCRIPTION = "The EventLog library aims to be a replacement of the \
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767"
-SRC_URI = "https://www.balabit.com/downloads/syslog-ng/open-source-edition/3.4.2/source/${BPN}_${PV}.tar.gz"
+PV = "0.2.13+git${SRCPV}"
+SRCREV = "a5c19163ba131f79452c6dfe4e31c2b4ce4be741"
-inherit autotools pkgconfig
+SRC_URI = "git://github.com/balabit/eventlog;protocol=https"
-SRC_URI[md5sum] = "68ec8d1ea3b98fa35002bb756227c315"
-SRC_URI[sha256sum] = "7cb4e6f316daede4fa54547371d5c986395177c12dbdec74a66298e684ac8b85"
+S = "${WORKDIR}/git"
+
+inherit autotools