summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*"