summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/zabbix/zabbix_4.2.6.bb (renamed from meta-oe/recipes-connectivity/zabbix/zabbix_3.0.9.bb)12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_3.0.9.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_4.2.6.bb
index bab5a6ae6b..33c0a82b86 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_3.0.9.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_4.2.6.bb
@@ -19,7 +19,7 @@ HOMEPAGE = "http://www.zabbix.com/"
19SECTION = "Applications/Internet" 19SECTION = "Applications/Internet"
20LICENSE = "GPLv2+" 20LICENSE = "GPLv2+"
21LIC_FILES_CHKSUM = "file://COPYING;md5=300e938ad303147fede2294ed78fe02e" 21LIC_FILES_CHKSUM = "file://COPYING;md5=300e938ad303147fede2294ed78fe02e"
22DEPENDS = "openldap virtual/libiconv" 22DEPENDS = "libevent libpcre openldap virtual/libiconv zlib"
23 23
24PACKAGE_ARCH = "${MACHINE_ARCH}" 24PACKAGE_ARCH = "${MACHINE_ARCH}"
25 25
@@ -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] = "489d21b464277c0d412155c7e5611a8f" 31SRC_URI[md5sum] = "6cd55cd743d416d9ffbf2e6fdee680ee"
32SRC_URI[sha256sum] = "4445f26c025009681c29c9b350aa6c4ee7b124ddcaf1609ae36c55997bcb8cf2" 32SRC_URI[sha256sum] = "646b1f29a768e3123a00a9afadf382b4d0dfd54e20fb31023f0d6da066da0864"
33 33
34inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd 34inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd
35 35
@@ -55,8 +55,12 @@ EXTRA_OECONF = " \
55 --with-unixodbc \ 55 --with-unixodbc \
56 --with-ssh2 \ 56 --with-ssh2 \
57 --with-sqlite3 \ 57 --with-sqlite3 \
58 --with-zlib \
59 --with-libpthread \
60 --with-libevent \
61 --with-libpcre \
58" 62"
59CFLAGS_append = " -lldap -llber" 63CFLAGS_append = " -lldap -llber -pthread"
60 64
61do_configure_prepend() { 65do_configure_prepend() {
62 export KERNEL_VERSION="${KERNEL_VERSION}" 66 export KERNEL_VERSION="${KERNEL_VERSION}"