[Buildroot] [PATCH v3] package/zile: add Zile is Lossy Emacs editor

Thomas De Schampheleire patrickdepinguin at gmail.com
Thu Apr 24 09:03:32 UTC 2014


Hi Alex,

On Thu, Apr 24, 2014 at 10:39 AM, Alex Bennée <alex.bennee at linaro.org> wrote:
>
> Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:
>
>> Dear Alex Bennée,
> <snip>
>>> +++ b/package/zile/Config.in
>>> @@ -0,0 +1,13 @@
>>> +config BR2_PACKAGE_ZILE
>>> +    bool "zile"
>>> +    select BR2_PACKAGE_LIBGC
>>> +    depends on BR2_USE_MMU # fork()
>>
>> You need to replicate the dependencies of BR2_PACKAGE_LIBGC here.
>
> Surely the whole point of dependencies is the LIBGC ones get pulled in
> when you select LIBGC, or do you mean I need:
>
>      select BR2_PACKAGE_LIBGC
>      depends on BR2_PACKAGE_LIBGC
>      depends on BR2_USE_MMU # fork()


You need to replicate the 'depends on' statements of libgc in the
config option for zile, because the select would select libgc even
though its dependencies may not be met. This is more or less explained
here:
http://buildroot.uclibc.org/downloads/manual/manual.html#_literal_config_in_literal_file

Best regards,
Thomas



More information about the buildroot mailing list