glibc-initial: Stage stdio_lim.h header since it doesn't seem to stage by default...
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 17 Mar 2008 11:31:16 +0000 (11:31 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Mon, 17 Mar 2008 11:31:16 +0000 (11:31 +0000)
packages/glibc/glibc-initial.inc

index e30e86b..0e5db2e 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 () {