]> 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>
Mon, 18 Jun 2012 12:16:36 +0000 (13:16 +0100)
commitded71e4904ed8df23fe4ca5c5e4516a8a6e9fc76
treef964f4ac3edaa442527ad64ade02bfe2bd3821fb
parent935f2c02809814de2b903a704707d7bc85bbefdf
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_git.bb