summaryrefslogtreecommitdiffstats
path: root/recipes-extended/openhpi-subagent/openhpi-subagent.inc
blob: 5e6958c832484016a50b62d2902818b518a85b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The openhpi-subagent package contains the Service Availability Forum's Hardware Platform Interface SNMP sub-agent."
SECTION = "console/network"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=fc94392823a2f9536e4ca1dc82381bc1"
DEPENDS = "openssl zlib openhpi net-snmp"

INC_PR = "r1"

inherit pkgconfig autotools gettext

EXTRA_OECONF = "--with-net-snmp-config=${STAGING_BINDIR_CROSS}/net-snmp-config"

FILES_${PN} += "${datadir}/snmp/*"