summaryrefslogtreecommitdiff
path: root/package/ding-libs
AgeCommit message (Collapse)Author
2015-02-27ding-libs: fix build with !localePeter Korsgaard
It needs libiconv if the toolchain doesn't have iconv support. Fixes: http://autobuild.buildroot.net/results/60f/60f85a2144b167f33ed674ff5979c1ef20bc0555/ http://autobuild.buildroot.net/results/76d/76d249f5a85da72cc53a3e66202c372dc33c9c38/ http://autobuild.buildroot.net/results/9f7/9f78043f549e09d020d69f45cd26c3e43a91d9dc/ http://autobuild.buildroot.net/results/8a5/8a586b781b6923444857ef58de659e5f0e8652ee/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-12-31ding-libs: fix Config.in dependency logicThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-12-31ding-libs: new packageGregory Dymarek
[Thomas: - Remove unneeded comment in Config.in - Remove select if libiconv, not needed - Add dependency on wchar, needed when we depend on gettext - Improve Config.in help text - Fix the format of the hash file to make it actually useful - Fix the comment header in the .mk file - Remove useless commented line in .mk file - Fixup license information: it's not under GPLv3, but under LGPLv3+ (library) and GPLv3+ (test programs) - Add host-pkgconf to the dependencies, remove libiconv from the dependencies. - Add a comment to explain why autoreconf is needed. - Remove usage of $(MAKE1) that does look necessary.] Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>