From 32ad931b7f35e77424022725efe898ecdc08fa19 Mon Sep 17 00:00:00 2001 From: João Henrique Ferreira de Freitas Date: Mon, 25 Aug 2014 18:16:12 -0300 Subject: openhpi: add python and perl as 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-extended/openipmi/openipmi.inc b/recipes-extended/openipmi/openipmi.inc index 9ba3849..f5b9f64 100644 --- a/recipes-extended/openipmi/openipmi.inc +++ b/recipes-extended/openipmi/openipmi.inc @@ -9,17 +9,18 @@ DEPENDS = " \ ncurses \ " -INC_PR = "r1" +INC_PR = "r2" inherit autotools gettext update-alternatives PACKAGECONFIG ??= "net-snmp" PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp" +PACKAGECONFIG[python] = "--with-python,--without-python,python," +PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE},--with-perl=no,perl," EXTRA_OECONF = "\ --prefix=${prefix} \ - --without-python \ " S = "${WORKDIR}/OpenIPMI-${PV}" -- cgit v1.2.3-54-g00ecf