aboutsummaryrefslogtreecommitdiffstats
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:50:08 +0100
commit2200a08dc60486017e59c1950fd3138f79e21030 (patch)
tree2682c5c235896a26aae83913911d3c69f1fc996e
parent9ba2e55b0f1f7f8326523c1b418997eb38276f2e (diff)
downloadmeta-openembedded-contrib-2200a08dc60486017e59c1950fd3138f79e21030.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>
-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"