[oe-commits] Khem Raj : eglibc-2.13: Replace oewarn with bbwarn

git version control git at git.openembedded.org
Fri Sep 16 12:30:31 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 97249b6d12e9a87bac97a48ad35434084bbe70e3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=97249b6d12e9a87bac97a48ad35434084bbe70e3

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep 15 18:59:55 2011 -0700

eglibc-2.13: Replace oewarn with bbwarn

oewarn does not exist

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"





More information about the Openembedded-commits mailing list