summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/zabbix
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2019-11-13 13:44:44 -0500
committerKhem Raj <raj.khem@gmail.com>2019-11-13 12:01:51 -0800
commit923d937a996b8fa5332df3cf3793d0fe366cae1a (patch)
treea3b86e9f1b362e1700787829ee3b1ace5f1e5a0c /meta-oe/recipes-connectivity/zabbix
parent4f59d3b5dc92ba43fe21ae6289df1da34a8d005e (diff)
downloadmeta-openembedded-923d937a996b8fa5332df3cf3793d0fe366cae1a.tar.gz
zabbix: upgrade 4.2.8 -> 4.4.1
Note that zabbix as of 4.4.0alpha3 no longer supports Jabber (see https://support.zabbix.com/browse/ZBXNEXT-5416). That config option has been removed from the recipe (builds output a warning about unrecognized config options otherwise). Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/zabbix')
-rw-r--r--meta-oe/recipes-connectivity/zabbix/zabbix_4.4.1.bb (renamed from meta-oe/recipes-connectivity/zabbix/zabbix_4.2.8.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_4.2.8.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.1.bb
index 489ab0b63..656ff0dd8 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_4.2.8.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.1.bb
@@ -28,8 +28,8 @@ SRC_URI = "http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stab
28 file://zabbix-agent.service \ 28 file://zabbix-agent.service \
29" 29"
30 30
31SRC_URI[md5sum] = "9a816afd4f7984a841bed64a25ba523c" 31SRC_URI[md5sum] = "e9df94149790f86732f18d042b70155d"
32SRC_URI[sha256sum] = "57dbc2a95a09581b5196d2abc86ee1aaf65f3c909d6b4bc53d260dc4dd69b9c6" 32SRC_URI[sha256sum] = "0bf74e597dd41a558305fe17a2b1ed6fe2d77044b87696a92e4227fbf315564a"
33 33
34inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd 34inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd
35 35
@@ -51,7 +51,6 @@ EXTRA_OECONF = " \
51 --enable-ipv6 \ 51 --enable-ipv6 \
52 --with-net-snmp \ 52 --with-net-snmp \
53 --with-ldap=${STAGING_EXECPREFIXDIR} \ 53 --with-ldap=${STAGING_EXECPREFIXDIR} \
54 --with-jabber \
55 --with-unixodbc \ 54 --with-unixodbc \
56 --with-ssh2 \ 55 --with-ssh2 \
57 --with-sqlite3 \ 56 --with-sqlite3 \