summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb
index 470ce1e25..eacbe5ce9 100644
--- a/meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb
+++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb
@@ -42,7 +42,9 @@ CFLAGS += "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
42 42
43EXTRA_OECONF = "--disable-static \ 43EXTRA_OECONF = "--disable-static \
44 --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ 44 --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \
45 --with-glibver=2.0" 45 --with-glibver=2.0 \
46 --with-pythoncflags='-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}' \
47 "
46 48
47PACKAGECONFIG ??= "gdbm" 49PACKAGECONFIG ??= "gdbm"
48PACKAGECONFIG[gdbm] = "ac_cv_header_gdbm_h=yes,ac_cv_header_gdbm_h=no,gdbm," 50PACKAGECONFIG[gdbm] = "ac_cv_header_gdbm_h=yes,ac_cv_header_gdbm_h=no,gdbm,"
@@ -64,7 +66,7 @@ FILES:${PN}-dbg += " \
64 66
65do_configure () { 67do_configure () {
66 # Let's perform regular configuration first then handle perl issues. 68 # Let's perform regular configuration first then handle perl issues.
67 PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI} autotools_do_configure 69 autotools_do_configure
68 70
69 perl_ver=`perl -V:version | cut -d\' -f 2` 71 perl_ver=`perl -V:version | cut -d\' -f 2`
70 72