BUGFIX: one of the cleanup passes inadvertantly broke glibc's stage.
authorChris Larson <clarson@kergoth.com>
Tue, 23 Mar 2004 07:21:44 +0000 (07:21 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 23 Mar 2004 07:21:44 +0000 (07:21 +0000)
BKrev: 405fe588Ij7vT_L4orZKrAkoGmQcRA

glibc/glibc_2.3.2.oe

index 8bd5171..8211a4a 100644 (file)
@@ -149,7 +149,7 @@ do_compile_append() {
 }
 
 do_stage() {
-       oe_runmake 'install_root=${STAGING_LIBDIR}/..' \
+       oe_runmake 'install_root=${STAGING_DIR}/target' \
                   'includedir=/include' 'libdir=/lib' 'slibdir=/lib' \
                   '${STAGING_LIBDIR}/libc-${PV}.so' '${STAGING_LIBDIR}/libc.so.6' \
                   install-headers install-lib