+1
−0
package/mpd-mpc/Config.in
0 → 100644
+7
−0
package/mpd-mpc/mpd-mpc.hash
0 → 100644
+2
−0
package/mpd-mpc/mpd-mpc.mk
0 → 100644
+16
−0
Loading
[Thomas: - Changed hash file to use SHA256 - Remove libiconv handling, since the iconv detection in mpc is broken: if it's not available in the C library, it expects to find iconv() in libintl (from gettext). But it's actually libiconv that provides iconv() for non-locale capable uClibc toolchains. But since anyway the package builds fine without iconv() support and properly detects when it's available, don't bother with this.] Signed-off-by:Thierry Bultel <tbultel@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>