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 13:30:26 +0100 |
commit | 6f797c9398be2206dc6f721109a25038a2ce4a87 (patch) | |
tree | 899a0f2623910148da4b5a67c66539bfdef808df | |
parent | 0ecc7bbb4665ca6a52b63d4c74782d5e4f5fca29 (diff) | |
download | poky-6f797c9398be2206dc6f721109a25038a2ce4a87.tar.gz |
eglibc-2.13: Replace oewarn with bbwarn
oewarn does not exist
(From OE-Core rev: 97249b6d12e9a87bac97a48ad35434084bbe70e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 () { | |||
204 | cd ${S}/sunrpc/rpcsvc | 204 | cd ${S}/sunrpc/rpcsvc |
205 | for r in ${rpcsvc}; do | 205 | for r in ${rpcsvc}; do |
206 | h=`echo $r|sed -e's,\.x$,.h,'` | 206 | h=`echo $r|sed -e's,\.x$,.h,'` |
207 | rpcgen -h $r -o $h || oewarn "unable to generate header for $r" | 207 | rpcgen -h $r -o $h || bbwarn "unable to generate header for $r" |
208 | done | 208 | done |
209 | ) | 209 | ) |
210 | echo "Adjust ldd script" | 210 | echo "Adjust ldd script" |