summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru.Vaduva <Alexandru.Vaduva@enea.com>2014-07-30 12:02:13 +0200
committerJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-07-30 21:21:03 -0300
commita6f2de163fe60001a6a8a39b51bef3aae821d228 (patch)
treecb991ff7a55d4a3a57bb0bf0ee1845b7d7974bb5
parente214397f6416b379d7628319285e1aead8bd3a55 (diff)
downloadmeta-openclovis-a6f2de163fe60001a6a8a39b51bef3aae821d228.tar.gz
Update to the openhpi recipe.
The recipe had a wrong description and missing dependencies. The dependencies were obtained from the readme file. Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com> Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
-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