summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb')
-rw-r--r--meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb
index c4c89e575..45f70aa38 100644
--- a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb
+++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb
@@ -43,7 +43,7 @@ inherit autotools pkgconfig ptest
43 43
44EXTRA_OECONF = "--with-kernel=${STAGING_DIR_HOST}${prefix} --without-x ac_cv_prog_XSLTPROC=" 44EXTRA_OECONF = "--with-kernel=${STAGING_DIR_HOST}${prefix} --without-x ac_cv_prog_XSLTPROC="
45do_configure () { 45do_configure () {
46 cp ${WORKDIR}/acinclude.m4 ${S}/ 46 cp ${UNPACKDIR}/acinclude.m4 ${S}/
47 autotools_do_configure 47 autotools_do_configure
48} 48}
49 49