[Buildroot] [PATCH 2/2] package/babeltrace: enable debug info support for the host variant

Philippe Proulx eeppeliteloop at gmail.com
Wed Nov 2 23:07:11 UTC 2016


On Wed, Nov 2, 2016 at 6:29 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Hello,
>
> On Mon, 31 Oct 2016 13:48:57 +0100, Yann E. MORIN wrote:
>> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
>> Cc: Philippe Proulx <eeppeliteloop at gmail.com>
>> ---
>>  package/babeltrace/babeltrace.mk | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/babeltrace/babeltrace.mk b/package/babeltrace/babeltrace.mk
>> index d178a6c..17eaaaa 100644
>> --- a/package/babeltrace/babeltrace.mk
>> +++ b/package/babeltrace/babeltrace.mk
>> @@ -12,8 +12,8 @@ BABELTRACE_LICENSE_FILES = mit-license.txt gpl-2.0.txt LICENSE
>>  BABELTRACE_DEPENDENCIES = popt util-linux libglib2 host-pkgconf
>>  BABELTRACE_CONF_OPTS += --disable-debug-info
>>  HOST_BABELTRACE_DEPENDENCIES = \
>> -     host-popt host-util-linux host-libglib2 host-pkgconf
>> -HOST_BABELTRACE_CONF_OPTS += --disable-debug-info
>> +     host-popt host-util-linux host-libglib2 host-pkgconf host-elfutils
>
> Since the dependency on elfutils is not mandatory, do we really want to
> force building the support of debug info?

Ideally, no. I guess we should use the same strategy as for the target package.

Phil

>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com


More information about the buildroot mailing list