diff options
-rw-r--r-- | meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb | 10 |
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 \ | |||
13 | LICENSE = "BSD" | 13 | LICENSE = "BSD" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" |
15 | 15 | ||
16 | SRC_URI = "https://www.balabit.com/downloads/syslog-ng/open-source-edition/3.4.2/source/${BPN}_${PV}.tar.gz" | 16 | PV = "0.2.13+git${SRCPV}" |
17 | SRCREV = "a5c19163ba131f79452c6dfe4e31c2b4ce4be741" | ||
17 | 18 | ||
18 | inherit autotools pkgconfig | 19 | SRC_URI = "git://github.com/balabit/eventlog;protocol=https" |
19 | 20 | ||
20 | SRC_URI[md5sum] = "68ec8d1ea3b98fa35002bb756227c315" | 21 | S = "${WORKDIR}/git" |
21 | SRC_URI[sha256sum] = "7cb4e6f316daede4fa54547371d5c986395177c12dbdec74a66298e684ac8b85" | 22 | |
23 | inherit autotools | ||