diff options
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.21.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb index 8197c29d2e..30f19376e8 100644 --- a/meta/recipes-core/glibc/glibc_2.21.bb +++ b/meta/recipes-core/glibc/glibc_2.21.bb | |||
| @@ -135,7 +135,8 @@ do_compile () { | |||
| 135 | cd ${S}/sunrpc/rpcsvc | 135 | cd ${S}/sunrpc/rpcsvc |
| 136 | for r in ${rpcsvc}; do | 136 | for r in ${rpcsvc}; do |
| 137 | h=`echo $r|sed -e's,\.x$,.h,'` | 137 | h=`echo $r|sed -e's,\.x$,.h,'` |
| 138 | rpcgen -h $r -o $h || bbwarn "unable to generate header for $r" | 138 | rm -f $h |
| 139 | rpcgen -h $r -o $h || bbwarn "${PN}: unable to generate header for $r" | ||
| 139 | done | 140 | done |
| 140 | ) | 141 | ) |
| 141 | echo "Adjust ldd script" | 142 | echo "Adjust ldd script" |
