From 6f797c9398be2206dc6f721109a25038a2ce4a87 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Sep 2011 18:59:55 -0700 Subject: eglibc-2.13: Replace oewarn with bbwarn oewarn does not exist (From OE-Core rev: 97249b6d12e9a87bac97a48ad35434084bbe70e3) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc_2.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/eglibc') 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" -- cgit v1.2.3-54-g00ecf