summaryrefslogtreecommitdiffstats
path: root/recipes-extended/openhpi-subagent/openhpi-subagent.inc
blob: 9fd56236739df85da3be8a44b8c87b666f8a9f30 (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 = "r0"

inherit pkgconfig autotools gettext

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

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