eglibc: Add siteconfig cache generation

Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
This commit is contained in:
Jeff Polk
2010-09-02 15:31:43 -06:00
committed by Richard Purdie
parent 1f1aac7a84
commit a2116860eb
5 changed files with 656 additions and 1 deletions

View File

@@ -42,3 +42,7 @@ do_install () {
${CC} -nostdlib -nostartfiles -shared -x c /dev/null \
-o ${D}${libdir}/libc.so
}
do_siteconfig () {
:
}