summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.12.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index c773af0efa..7598c614e5 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -96,7 +96,7 @@ do_compile () {
96 cd ${S}/sunrpc/rpcsvc 96 cd ${S}/sunrpc/rpcsvc
97 for r in ${rpcsvc}; do 97 for r in ${rpcsvc}; do
98 h=`echo $r|sed -e's,\.x$,.h,'` 98 h=`echo $r|sed -e's,\.x$,.h,'`
99 rpcgen -h $r -o $h || oewarn "unable to generate header for $r" 99 rpcgen -h $r -o $h || bbwarn "unable to generate header for $r"
100 done 100 done
101 ) 101 )
102} 102}