summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/openhpi/openhpi.inc14
1 files changed, 11 insertions, 3 deletions
diff --git a/recipes-extended/openhpi/openhpi.inc b/recipes-extended/openhpi/openhpi.inc
index 199c238..47caca2 100644
--- a/recipes-extended/openhpi/openhpi.inc
+++ b/recipes-extended/openhpi/openhpi.inc
@@ -1,12 +1,20 @@
1DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies building complex IPMI management software." 1DESCRIPTION = "OpenHPI provides an open source implementation of the Service Availability Forum (SAF) Hardware Platform Interface (HPI)."
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4"
5DEPENDS = "openssl zlib sysfsutils" 5DEPENDS = " \
6 openssl \
7 zlib \
8 sysfsutils \
9 glib-2.0 \
10 util-linux \
11 net-snmp \
12 libxml2 \
13 "
6 14
7INC_PR = "r1" 15INC_PR = "r1"
8 16
9inherit autotools gettext update-alternatives 17inherit autotools gettext update-alternatives pkgconfig
10 18
11PACKAGECONFIG ??= "net-snmp" 19PACKAGECONFIG ??= "net-snmp"
12 20