From e9b0786ea04f33d83b1afd3e90b80d24df34bd07 Mon Sep 17 00:00:00 2001 From: João Henrique Ferreira de Freitas Date: Tue, 17 Jun 2014 16:34:00 -0300 Subject: openhpi: use PACKAGECONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Henrique Ferreira de Freitas --- recipes-extended/openhpi/openhpi.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes-extended/openhpi/openhpi.inc b/recipes-extended/openhpi/openhpi.inc index d8b3e9b..199c238 100644 --- a/recipes-extended/openhpi/openhpi.inc +++ b/recipes-extended/openhpi/openhpi.inc @@ -2,13 +2,17 @@ DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies bui SECTION = "console/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=e3c772a32386888ccb5ae1c0ba95f1a4" -DEPENDS = "openssl zlib net-snmp sysfsutils" +DEPENDS = "openssl zlib sysfsutils" -INC_PR = "r0" +INC_PR = "r1" inherit autotools gettext update-alternatives -EXTRA_OECONF = "--with-libxml2=${STAGING_LIBDIR}/.. --with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config" +PACKAGECONFIG ??= "net-snmp" + +PACKAGECONFIG[net-snmp] = "--with-net-snmp-config=${STAGING_BINDIR}/net-snmp-config,, net-snmp" + +EXTRA_OECONF = "--with-libxml2=${STAGING_LIBDIR}/.." FILES_${PN} += "${libdir}/${PN}/*" -- cgit v1.2.3-54-g00ecf