]> code.ossystems Code Review - openembedded-core.git/commit
libzypp: Fix build with uclibc
authorKhem Raj <raj.khem@gmail.com>
Mon, 4 Jun 2012 22:09:10 +0000 (15:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2012 14:54:18 +0000 (15:54 +0100)
commitc9c74b1316aa671e7106962c9dae5b6046cd9946
tree5ea2373728c8d6aed6dd9ba26c820113f5ad4d77
parente0800be814c8f8adf8d6682aacea1d3ce9b14c9e
libzypp: Fix build with uclibc

cstdio is included indrectly with eglibc based systems
but not with uclibc based systems and use of functions
like ::eof are then reported as warnings. Therefore
we include cstdio explicitly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/libzypp/libzypp/cstdio.patch [new file with mode: 0644]
meta/recipes-extended/libzypp/libzypp_git.bb