aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-12 14:17:22 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-16 21:57:45 +0100
commita20ff6ccbcf40999405797b98d478deac6e1bf90 (patch)
treec5ec7ac686dc54b82d3c9d8b54906dbf60c6eda5 /meta-oe/recipes-connectivity
parentc826f77a27d3806b342fd3a58f12871d058c51cc (diff)
downloadmeta-openembedded-contrib-a20ff6ccbcf40999405797b98d478deac6e1bf90.tar.gz
zabbix: set MACHINE_ARCH, because it depends on MACHINE specific KERNEL_VERSION
* see: http://lists.openembedded.org/pipermail/openembedded-devel/2015-September/103271.html * fixes: ERROR: zabbix different signature for task do_configure.sigdata between qemux86copy and qemux86 basehash changed from 2b2cdeb8b36ed130bf28374a5b6d2e4d to 624cc1888e50c4509679c829a906af03 Variable MACHINE value changed from 'qemux86copy' to 'qemux86' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/zabbix/zabbix_2.4.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.5.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.5.bb
index 35c7d64a0d..f8314c6c26 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.5.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_2.4.5.bb
@@ -21,6 +21,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=300e938ad303147fede2294ed78fe02e"
DEPENDS = "openldap virtual/libiconv"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
SRC_URI = "http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/${PV}/${BPN}-${PV}.tar.gz \
file://0001-Fix-configure.ac.patch \
file://zabbix-agent.service"