diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-09-03 15:33:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:11 +0100 |
commit | 25e35d64d72055573136228cc89d7731d64d100f (patch) | |
tree | 6f67ad8848c89f9f56d41eb05b5bf336a68f5657 /meta/recipes-gnome | |
parent | 80c1bbfba1be61ebd5f6e55c7ed400791191fc3f (diff) | |
download | poky-25e35d64d72055573136228cc89d7731d64d100f.tar.gz |
msmtp: disable libidn support
When libidn has been populated to sysroot but rpm packages are not
created, build msmtp will check libidn support automatically and then
depends on libidn. But package libidn doesn't exist, build image which
includes msmtp will fail with:
| error: Failed dependencies:
| libidn11 >= 1.25 is needed by msmtp-1.4.24-r3.i586
| libidn.so.11(LIBIDN_1.0) is needed by msmtp-1.4.24-r3.i586
| libidn.so.11 is needed by msmtp-1.4.24-r3.i586
Disable libidn support to fix this issue.
(From OE-Core rev: a304789cecb1a6ffa3c5a56f617eea4a5ac29a98)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions