[Buildroot] [PATCH v3 1/1] package/mtd: add patch to fix host build error with gcc 5.1

Jörg Krause joerg.krause at embedded.rocks
Fri May 29 19:39:09 UTC 2015


Hi all,

On Di, 2015-05-26 at 12:38 +0200, Jörg Krause wrote:
> host-mtd build fails with gcc 5.1:
>   error: redefinition of ‘hashtable_iterator_key’
>   error: redefinition of ‘hashtable_iterator_value’
> 
> Indeed, both functions are defined twice - once in the header and 
> once in the
> source file. This is permitted in C11 (and maybe in C99).
> 
> Add a patch sent to upstream:
> https://patchwork.ozlabs.org/patch/467254/
> 
> Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
> ---
> Changes v2 -> v3:
>   - Add Sob and URL to patch description (Baruch Siach)
> 
> Changes v1 -> v2:
>   - Use (identical) patch sent upstream
> ---

Patch is accepted upstream now. I suggest to add this patch to 2015.05.

Best regards
Jörg Krause



More information about the buildroot mailing list