aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-09-15 18:59:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-16 12:12:25 +0100
commit97249b6d12e9a87bac97a48ad35434084bbe70e3 (patch)
treec8aa2a346049aaf5a3b3e00089e3c22a80e2e2a7 /meta/recipes-core/eglibc
parentac3373f5baefd5ac5fea7d7f68690bf0f0889be6 (diff)
downloadopenembedded-core-contrib-97249b6d12e9a87bac97a48ad35434084bbe70e3.tar.gz
eglibc-2.13: Replace oewarn with bbwarn
oewarn does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb2
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 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"