diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2019-09-21 16:41:43 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-22 08:12:35 -0700 |
commit | fe611a4e34f0643d93fb7d6de5cb369b2f899ba0 (patch) | |
tree | 821f37266803d2318482798aa37de7e45f63eef0 /meta-oe/recipes-extended/rsyslog | |
parent | 290ad988fb94ccde70dcfcba573d162a5c56c339 (diff) | |
download | meta-openembedded-fe611a4e34f0643d93fb7d6de5cb369b2f899ba0.tar.gz |
rsyslog: update from 8.1907.0 to 8.1908.0
Enable imfile-tests even if they take a while.
ptest results for qemux86-64 with kvm and a timeout
of 1000 seconds to allow stress tests to complete:
Recipe | Passed | Failed | Skipped | Time(s)
rsyslog-8.1907.0 | 365 | 4 | 2 | 2452
rsyslog-8.1908.0 | 379 | 4 | 2 | 2538
The failed tests for both 8.1907 and 8.1908 are:
FAIL: Test ./omfile-read-only-errmsg.sh (took 2 seconds)
FAIL: Test ./omfile-read-only.sh (took 2 seconds)
FAIL: Test ./privdropuser.sh (took 580 seconds)
FAIL: Test ./privdropuserid.sh (took 580 seconds)
They are not fixed in this update.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.1908.0.bb (renamed from meta-oe/recipes-extended/rsyslog/rsyslog_8.1907.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1907.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1908.0.bb index 4092833fc..bbb4b119a 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1907.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1908.0.bb | |||
@@ -29,8 +29,8 @@ SRC_URI_append_libc-musl = " \ | |||
29 | file://0001-Include-sys-time-h.patch \ | 29 | file://0001-Include-sys-time-h.patch \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRC_URI[md5sum] = "97682af2b1d87f903458cfb41725fba6" | 32 | SRC_URI[md5sum] = "6e9aa4ef4cad8ae49affa0a786cc9e2f" |
33 | SRC_URI[sha256sum] = "eb27535ece93174ef6b551c88467d2c9cd826b62479625bb881a53d50b079fb5" | 33 | SRC_URI[sha256sum] = "f8c8e53b651e03a011667c60bd2d4dba7a7cb6ec04b247c8ea8514115527863b" |
34 | 34 | ||
35 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases" | 35 | UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/releases" |
36 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 36 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
@@ -38,6 +38,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | |||
38 | inherit autotools pkgconfig systemd update-rc.d ptest | 38 | inherit autotools pkgconfig systemd update-rc.d ptest |
39 | 39 | ||
40 | EXTRA_OECONF += "--disable-generate-man-pages ap_cv_atomic_builtins=yes" | 40 | EXTRA_OECONF += "--disable-generate-man-pages ap_cv_atomic_builtins=yes" |
41 | EXTRA_OECONF += "--enable-imfile-tests" | ||
41 | 42 | ||
42 | # first line is default yes in configure | 43 | # first line is default yes in configure |
43 | PACKAGECONFIG ??= " \ | 44 | PACKAGECONFIG ??= " \ |