summaryrefslogtreecommitdiffstats
path: root/recipes-extended/openhpi/openhpi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/openhpi/openhpi.inc')
-rw-r--r--recipes-extended/openhpi/openhpi.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-extended/openhpi/openhpi.inc b/recipes-extended/openhpi/openhpi.inc
new file mode 100644
index 0000000..d8b3e9b
--- /dev/null
+++ b/recipes-extended/openhpi/openhpi.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies building complex IPMI management software."
2SECTION = "console/network"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4"
5DEPENDS = "openssl zlib net-snmp sysfsutils"
6
7INC_PR = "r0"
8
9inherit autotools gettext update-alternatives
10
11EXTRA_OECONF = "--with-libxml2=${STAGING_LIBDIR}/.. --with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config"
12
13FILES_${PN} += "${libdir}/${PN}/*"
14
15INSANE_SKIP_${PN} = "dev-so"