From: Khem Raj Date: Fri, 16 Sep 2011 01:59:55 +0000 (-0700) Subject: eglibc-2.13: Replace oewarn with bbwarn X-Git-Tag: 2011-1~94 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=97249b6d12e9a87bac97a48ad35434084bbe70e3;p=openembedded-core.git eglibc-2.13: Replace oewarn with bbwarn oewarn does not exist Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index 3b19e7ba72..b2da6974a9 100644 --- a/meta/recipes-core/eglibc/eglibc_2.13.bb +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb @@ -204,7 +204,7 @@ do_compile () { cd ${S}/sunrpc/rpcsvc for r in ${rpcsvc}; do h=`echo $r|sed -e's,\.x$,.h,'` - rpcgen -h $r -o $h || oewarn "unable to generate header for $r" + rpcgen -h $r -o $h || bbwarn "unable to generate header for $r" done ) echo "Adjust ldd script"