diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 49e6b16c1c..435e4ed840 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc | |||
@@ -27,7 +27,7 @@ SRC_URI = "file://filemode-fix.patch \ | |||
27 | 27 | ||
28 | inherit autotools pkgconfig ptest | 28 | inherit autotools pkgconfig ptest |
29 | 29 | ||
30 | EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x ac_cv_prog_XSLTPROC=" | 30 | EXTRA_OECONF = "--with-kernel=${STAGING_DIR_HOST}${prefix} --without-x ac_cv_prog_XSLTPROC=" |
31 | do_configure () { | 31 | do_configure () { |
32 | cp ${WORKDIR}/acinclude.m4 ${S}/ | 32 | cp ${WORKDIR}/acinclude.m4 ${S}/ |
33 | autotools_do_configure | 33 | autotools_do_configure |