package/gettext-tiny: drop dependency of host-variant on libiconv
authorVadim Kochan <vadim4j@gmail.com>
Tue, 9 Apr 2019 13:55:04 +0000 (16:55 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Apr 2019 10:01:27 +0000 (12:01 +0200)
commit63af60fae344f5784929af229caf9a4d46baa23a
treecf12cc7cbc58e92a5d58ee447135310f3bbb1aaa
parent941dbe1dc4aee94ad18c39348431b1e43aad6e4b
package/gettext-tiny: drop dependency of host-variant on libiconv

The host variant of gettext-tiny incorrectly has a dependency on the
target libiconv. Not only this is wrong (a host package cannot use a
target library), but it also causes a circular dependencies:
host-gettext-tiny is needed as part of the toolchain build in some
configurations, and all target packages depend on the toolchain being
available.

For host packages, we assume that iconv functionnality is provided by
the host system, so there is no host-libiconv package.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Reviewed-by: Alexey Brodkin <abrokdin@synopsys.com>
[Thomas: rework commit log]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gettext-tiny/gettext-tiny.mk