summaryrefslogtreecommitdiffstats
path: root/recipes-extended/openhpi-subagent/openhpi-subagent.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/openhpi-subagent/openhpi-subagent.inc')
-rw-r--r--recipes-extended/openhpi-subagent/openhpi-subagent.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-extended/openhpi-subagent/openhpi-subagent.inc b/recipes-extended/openhpi-subagent/openhpi-subagent.inc
new file mode 100644
index 0000000..9fd5623
--- /dev/null
+++ b/recipes-extended/openhpi-subagent/openhpi-subagent.inc
@@ -0,0 +1,13 @@
1DESCRIPTION = "The openhpi-subagent package contains the Service Availability Forum's Hardware Platform Interface SNMP sub-agent."
2SECTION = "console/network"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fc94392823a2f9536e4ca1dc82381bc1"
5DEPENDS = "openssl zlib openhpi net-snmp"
6
7INC_PR = "r0"
8
9inherit pkgconfig autotools gettext
10
11EXTRA_OECONF = "--with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config"
12
13FILES_${PN} += "${datadir}/snmp/*"