git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e27e66
)
BUGFIX: one of the cleanup passes inadvertantly broke glibc's stage.
author
Chris Larson
<clarson@kergoth.com>
Tue, 23 Mar 2004 07:21:44 +0000
(07:21 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Tue, 23 Mar 2004 07:21:44 +0000
(07:21 +0000)
BKrev: 405fe588Ij7vT_L4orZKrAkoGmQcRA
glibc/glibc_2.3.2.oe
patch
|
blob
|
history
diff --git
a/glibc/glibc_2.3.2.oe
b/glibc/glibc_2.3.2.oe
index
8bd5171
..
8211a4a
100644
(file)
--- a/
glibc/glibc_2.3.2.oe
+++ b/
glibc/glibc_2.3.2.oe
@@
-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