summaryrefslogtreecommitdiffstats
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 14:21:18 -0300
commitcdf9dff488e415b05ba91f9a690c17f338909b73 (patch)
tree9f8101f8b33109ea293ed7cefee0735c81fb2bae
parentc8818876ad1ff2347312e139eff9fd94ea3e9a51 (diff)
downloadmeta-openclovis-daisy.tar.gz
openhpi-subagent: use net-snmp-config from STAGING_BINDIR_CROSS to get config valuesdaisy
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
-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/*"