wget: disable iri/idn support
authorKang Kai <kai.kang@windriver.com>
Mon, 3 Sep 2012 06:32:29 +0000 (14:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2012 11:53:10 +0000 (12:53 +0100)
commit9d7e002db7acb8ffc19495e40861491ce9057ae2
tree4f80bc6ae58f3b428df7ce2037b73d73433c0146
parent9d971c1efe0376f4dc89405630aebad1c27d3d38
wget: disable iri/idn support

There is a build issue with wget idn support. When libidn has been
populated to sysroot but rpm packages are not created, wget checks libidn
support automatically and then depends on libidn. But package libidn
doesn't exist, build image which includes wget will fail with:
| error: Failed dependencies:
|   libidn.so.11 is needed by wget-1.13.4-r14.3.core2
|   libidn.so.11(LIBIDN_1.0) is needed by wget-1.13.4-r14.3.core2

Disable iri/idn support to fix it.

Signer-off-by: Kang Kai <kai.kang@windriver.com>
(From OE-Core rev: 48a11f8dc9f70cfc205f558b4dc959c8b4d5e0cd)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/wget/wget.inc