diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-09-15 18:59:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 12:12:25 +0100 |
commit | 97249b6d12e9a87bac97a48ad35434084bbe70e3 (patch) | |
tree | c8aa2a346049aaf5a3b3e00089e3c22a80e2e2a7 /meta | |
parent | ac3373f5baefd5ac5fea7d7f68690bf0f0889be6 (diff) | |
download | openembedded-core-97249b6d12e9a87bac97a48ad35434084bbe70e3.tar.gz openembedded-core-97249b6d12e9a87bac97a48ad35434084bbe70e3.tar.bz2 openembedded-core-97249b6d12e9a87bac97a48ad35434084bbe70e3.zip |
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')
-rw-r--r-- | 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 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" |