From: Thomas Petazzoni Date: Thu, 29 Jul 2010 06:45:20 +0000 (+0200) Subject: oprofile: disable with external toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d58a827fe558c09c2cce01b20e9a1e1bc8534e33;p=buildroot.git oprofile: disable with external toolchain oprofile depends on binutils_target, but binutils_target fails to build with external toolchains because the binutils version has not been choosen. As the fix is not trivial, let's just disable oprofile in external toolchain builds for the moment. Signed-off-by: Thomas Petazzoni --- diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in index 770b5550bd..c877daee37 100644 --- a/package/oprofile/Config.in +++ b/package/oprofile/Config.in @@ -1,5 +1,9 @@ config BR2_PACKAGE_OPROFILE bool "oprofile" + # The dependency on binutils_target does not work with + # external toolchains since the binutils version was not + # choosen in the config. This will have to be fixed later. + depends on !BR2_TOOLCHAIN_EXTERNAL select BR2_PACKAGE_POPT depends on BR2_INSTALL_LIBSTDCPP help