]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc-initial: Stage stdio_lim.h header
authorRichard Purdie <richard@openedhand.com>
Tue, 18 Mar 2008 14:15:02 +0000 (14:15 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 18 Mar 2008 14:15:02 +0000 (14:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4046 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/glibc/glibc-initial.inc

index e30e86b5e896b1349493a9be1f9d7dd9fcfab09d..0e5db2e72926001c95a4512246c41473bceb035a 100644 (file)
@@ -38,6 +38,10 @@ do_stage () {
        mkdir -p ${STAGING_INCDIR}/gnu
        touch ${STAGING_INCDIR}/gnu/stubs.h
        cp ${S}/include/features.h ${STAGING_INCDIR}/features.h
+
+       if [ -e ${B}/bits/stdio_lim.h ]; then
+               cp ${B}/bits/stdio_lim.h  ${STAGING_INCDIR}/bits/
+       fi
 }
 
 do_install () {