summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-01-08 14:22:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:30 +0000
commitf2856a121258ef6b3aa5450fadecf7b4c4ab4d53 (patch)
tree8213afbfa30288895d6ee9464fcef29cdb3f123d /meta/recipes-kernel/oprofile/oprofile.inc
parent226c45083eef598355aceb5500cbc62520a7302d (diff)
downloadpoky-f2856a121258ef6b3aa5450fadecf7b4c4ab4d53.tar.gz
oprofile: fix build with musl
(From OE-Core rev: 0b1b091bcfee268773002e8f015ead77c9de953a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index 6ec56e7b33..faf0e53fe5 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -25,6 +25,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
25 file://run-ptest \ 25 file://run-ptest \
26 file://root-home-dir.patch" 26 file://root-home-dir.patch"
27 27
28SRC_URI_append_libc-musl = " file://musl.patch"
29
28inherit autotools pkgconfig ptest 30inherit autotools pkgconfig ptest
29 31
30EXTRA_OECONF = "--with-kernel=${STAGING_DIR_HOST}${prefix} --without-x ac_cv_prog_XSLTPROC=" 32EXTRA_OECONF = "--with-kernel=${STAGING_DIR_HOST}${prefix} --without-x ac_cv_prog_XSLTPROC="