summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-08-25 18:16:12 -0300
committerJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2014-08-25 23:04:07 -0300
commit32ad931b7f35e77424022725efe898ecdc08fa19 (patch)
treee58255a3ca2a52de92b5f175df5ca2c948bfb37a
parent5e4bf9925269a0eb67e07e49ac82f36589fc7daa (diff)
downloadmeta-openclovis-32ad931b7f35e77424022725efe898ecdc08fa19.tar.gz
openhpi: add python and perl as PACKAGECONFIG
Signed-off-by: João Henrique Ferreira de Freitas <joaohf@gmail.com>
-rw-r--r--recipes-extended/openipmi/openipmi.inc5
1 files 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 = " \
9 ncurses \ 9 ncurses \
10 " 10 "
11 11
12INC_PR = "r1" 12INC_PR = "r2"
13 13
14inherit autotools gettext update-alternatives 14inherit autotools gettext update-alternatives
15 15
16PACKAGECONFIG ??= "net-snmp" 16PACKAGECONFIG ??= "net-snmp"
17 17
18PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp" 18PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp"
19PACKAGECONFIG[python] = "--with-python,--without-python,python,"
20PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE},--with-perl=no,perl,"
19 21
20EXTRA_OECONF = "\ 22EXTRA_OECONF = "\
21 --prefix=${prefix} \ 23 --prefix=${prefix} \
22 --without-python \
23 " 24 "
24 25
25S = "${WORKDIR}/OpenIPMI-${PV}" 26S = "${WORKDIR}/OpenIPMI-${PV}"