From 5551d528458bc7e16ee46818592bd758ef3b3785 Mon Sep 17 00:00:00 2001 From: João Henrique Ferreira de Freitas Date: Mon, 25 Aug 2014 23:03:06 -0300 Subject: openhpi: add tcl 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/openipmi/openipmi.inc b/recipes-extended/openipmi/openipmi.inc index 08a3f9e..6bb8345 100644 --- a/recipes-extended/openipmi/openipmi.inc +++ b/recipes-extended/openipmi/openipmi.inc @@ -20,6 +20,7 @@ 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," +PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," EXTRA_OECONF = "\ --prefix=${prefix} \ -- cgit v1.2.3-54-g00ecf