[OE-core] [PATCH 3/4] eglibc-2.13: Replace oewarn with bbwarn

Khem Raj raj.khem at gmail.com
Fri Sep 16 01:59:55 UTC 2011


oewarn does not exist

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index 3b19e7b..b2da697 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"
-- 
1.7.5.4





More information about the Openembedded-core mailing list