summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-08-25 23:03:06 -0300
committerJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-08-25 23:04:22 -0300
commit5551d528458bc7e16ee46818592bd758ef3b3785 (patch)
tree868fcf30176f9b56cad51df6c75e150c41c096ad
parentc54ad1e6183e4ee262954f88be6ee8da5184814d (diff)
downloadmeta-openclovis-5551d528458bc7e16ee46818592bd758ef3b3785.tar.gz
openhpi: add tcl as PACKAGECONFIG
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
-rw-r--r--recipes-extended/openipmi/openipmi.inc1
1 files changed, 1 insertions, 0 deletions
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"
20PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp" 20PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp"
21PACKAGECONFIG[python] = "--with-python,--without-python,python," 21PACKAGECONFIG[python] = "--with-python,--without-python,python,"
22PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE},--with-perl=no,perl," 22PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE},--with-perl=no,perl,"
23PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl,"
23 24
24EXTRA_OECONF = "\ 25EXTRA_OECONF = "\
25 --prefix=${prefix} \ 26 --prefix=${prefix} \