]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc-2.13: Replace oewarn with bbwarn
authorKhem Raj <raj.khem@gmail.com>
Fri, 16 Sep 2011 01:59:55 +0000 (18:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Sep 2011 11:12:25 +0000 (12:12 +0100)
oewarn does not exist

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc_2.13.bb

index 3b19e7ba72f4b107da9df6925f57868f7eca2089..b2da6974a9acd1254a51f033cf76e78a5d620a53 100644 (file)
@@ -204,7 +204,7 @@ do_compile () {
                cd ${S}/sunrpc/rpcsvc
                for r in ${rpcsvc}; do
                        h=`echo $r|sed -e's,\.x$,.h,'`
-                       rpcgen -h $r -o $h || oewarn "unable to generate header for $r"
+                       rpcgen -h $r -o $h || bbwarn "unable to generate header for $r"
                done
        )
        echo "Adjust ldd script"