summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-09-02 23:02:03 -0300
committerJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-09-03 10:24:38 -0300
commit83b1f76a75266743dc9eb0238039d5b973ad8ac0 (patch)
tree9f8101f8b33109ea293ed7cefee0735c81fb2bae /recipes-extended
parent5551d528458bc7e16ee46818592bd758ef3b3785 (diff)
downloadmeta-openclovis-83b1f76a75266743dc9eb0238039d5b973ad8ac0.tar.gz
openhpi-subagent: use net-snmp-config from STAGING_BINDIR_CROSS to get config valuesdizzy
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/openhpi-subagent/openhpi-subagent.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/openhpi-subagent/openhpi-subagent.inc b/recipes-extended/openhpi-subagent/openhpi-subagent.inc
index 9fd5623..5e6958c 100644
--- a/recipes-extended/openhpi-subagent/openhpi-subagent.inc
+++ b/recipes-extended/openhpi-subagent/openhpi-subagent.inc
@@ -4,10 +4,10 @@ LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fc94392823a2f9536e4ca1dc82381bc1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fc94392823a2f9536e4ca1dc82381bc1"
5DEPENDS = "openssl zlib openhpi net-snmp" 5DEPENDS = "openssl zlib openhpi net-snmp"
6 6
7INC_PR = "r0" 7INC_PR = "r1"
8 8
9inherit pkgconfig autotools gettext 9inherit pkgconfig autotools gettext
10 10
11EXTRA_OECONF = "--with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config" 11EXTRA_OECONF = "--with-net-snmp-config=${STAGING_BINDIR_CROSS}/net-snmp-config"
12 12
13FILES_${PN} += "${datadir}/snmp/*" 13FILES_${PN} += "${datadir}/snmp/*"