mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
glibc-initial: Stage stdio_lim.h header
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4046 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user