Bug 2101

Summary: blackbox depends on locale support
Product: buildroot Reporter: jsteckli
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to add dependency

Description jsteckli 2010-06-24 12:05:38 UTC
Steps to repeat:
 1. Checkout git head
 2. Enable WCHAR support, but not locales
 3. Enable blackbox
 4. make
-> config of blackbox fails with missing iconv

Workaround:
 Select locale support.
Comment 1 Thomas Petazzoni 2010-06-24 14:05:36 UTC
Instead, we should do like samba: add a dependency on libiconv if locale aren't enabled.
Comment 2 jsteckli 2010-06-25 15:26:01 UTC
Created attachment 2119 [details]
Patch to add dependency
Comment 3 Peter Korsgaard 2010-07-02 12:07:00 UTC
Committed (slightly tweaked), thanks!