From e214397f6416b379d7628319285e1aead8bd3a55 Mon Sep 17 00:00:00 2001 From: João Henrique Ferreira de Freitas Date: Tue, 17 Jun 2014 16:34:29 -0300 Subject: openipmi: 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/openipmi/openipmi.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/recipes-extended/openipmi/openipmi.inc b/recipes-extended/openipmi/openipmi.inc index eb2c252..b127287 100644 --- a/recipes-extended/openipmi/openipmi.inc +++ b/recipes-extended/openipmi/openipmi.inc @@ -4,16 +4,22 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "openssl popt zlib" -INC_PR = "r0" +INC_PR = "r1" inherit autotools gettext update-alternatives +PACKAGECONFIG ??= "net-snmp" + +PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp" + EXTRA_OECONF = "\ --prefix=${prefix} \ --without-python \ - ${@base_contains("OPENCLOVIS_FEATURES_ENABLE", "snmp", "--with-ucdsnmp=no", "", d)} \ " S = "${WORKDIR}/OpenIPMI-${PV}" PARALLEL_MAKEINST = "" + +FILES_${PN} += "/usr/lib/perl5" +FILES_${PN}-dbg += "/usr/lib/perl5/auto/OpenIPMI/.debug" -- cgit v1.2.3-54-g00ecf