diff options
-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" |