mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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
|
mkdir -p ${STAGING_INCDIR}/gnu
|
||||||
touch ${STAGING_INCDIR}/gnu/stubs.h
|
touch ${STAGING_INCDIR}/gnu/stubs.h
|
||||||
cp ${S}/include/features.h ${STAGING_INCDIR}/features.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 () {
|
do_install () {
|
||||||
|
|||||||
Reference in New Issue
Block a user