From b62b26ca6b7faaf81ef274cc79bb6a0443ee9541 Mon Sep 17 00:00:00 2001 From: "Alexandru.Vaduva" Date: Wed, 30 Jul 2014 12:07:12 +0200 Subject: Update to the openipmi recipe. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recipe was missing one dependency. The dependencies were obtained from the readme file. Signed-off-by: Alexandru.Vaduva Signed-off-by: João Henrique Ferreira de Freitas --- recipes-extended/openipmi/openipmi.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes-extended') diff --git a/recipes-extended/openipmi/openipmi.inc b/recipes-extended/openipmi/openipmi.inc index b127287..9ba3849 100644 --- a/recipes-extended/openipmi/openipmi.inc +++ b/recipes-extended/openipmi/openipmi.inc @@ -2,7 +2,12 @@ DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies bui SECTION = "console/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "openssl popt zlib" +DEPENDS = " \ + openssl \ + popt \ + zlib \ + ncurses \ + " INC_PR = "r1" -- cgit v1.2.3-54-g00ecf