From a6f2de163fe60001a6a8a39b51bef3aae821d228 Mon Sep 17 00:00:00 2001 From: "Alexandru.Vaduva" Date: Wed, 30 Jul 2014 12:02:13 +0200 Subject: Update to the openhpi recipe. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recipe had a wrong description and missing dependencies. The dependencies were obtained from the readme file. Signed-off-by: Alexandru.Vaduva Signed-off-by: João Henrique Ferreira de Freitas --- recipes-extended/openhpi/openhpi.inc | 14 +++++++++++--- 1 file 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 @@ -DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies building complex IPMI management software." +DESCRIPTION = "OpenHPI provides an open source implementation of the Service Availability Forum (SAF) Hardware Platform Interface (HPI)." SECTION = "console/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4" -DEPENDS = "openssl zlib sysfsutils" +DEPENDS = " \ + openssl \ + zlib \ + sysfsutils \ + glib-2.0 \ + util-linux \ + net-snmp \ + libxml2 \ + " INC_PR = "r1" -inherit autotools gettext update-alternatives +inherit autotools gettext update-alternatives pkgconfig PACKAGECONFIG ??= "net-snmp" -- cgit v1.2.3-54-g00ecf