summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.10.1.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.10.1.bb b/meta/recipes-core/glibc/glibc_2.10.1.bb
index 02d485e8ef..33ebe24b03 100644
--- a/meta/recipes-core/glibc/glibc_2.10.1.bb
+++ b/meta/recipes-core/glibc/glibc_2.10.1.bb
@@ -149,7 +149,7 @@ do_compile () {
149 cd ${S}/sunrpc/rpcsvc 149 cd ${S}/sunrpc/rpcsvc
150 for r in ${rpcsvc}; do 150 for r in ${rpcsvc}; do
151 h=`echo $r|sed -e's,\.x$,.h,'` 151 h=`echo $r|sed -e's,\.x$,.h,'`
152 rpcgen -h $r -o $h || oewarn "unable to generate header for $r" 152 rpcgen -h $r -o $h || bbwarn "unable to generate header for $r"
153 done 153 done
154 ) 154 )
155} 155}