aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2006-12-21 16:43:01 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2006-12-21 16:43:01 +0000
commit2e42e0b62c93c454332403036baffca348dfd06d (patch)
tree2c43fc61fca090b556b6e8abf23e82446213d93d /packages
parent037b00e3d629962e8d2bc4fcc944c9ecf9a240be (diff)
downloadopenembedded-2e42e0b62c93c454332403036baffca348dfd06d.tar.gz
This fix allows uclibc-initial-0.9.28 to compile and closes bug #1632
Diffstat (limited to 'packages')
-rw-r--r--packages/uclibc/uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc.inc b/packages/uclibc/uclibc.inc
index 1a829a3640..d81cfc636a 100644
--- a/packages/uclibc/uclibc.inc
+++ b/packages/uclibc/uclibc.inc
@@ -121,7 +121,7 @@ do_configure() {
oe_runmake oldconfig
}
-do_install_prepend() {
+do_stage() {
# Install into the cross dir (this MUST be done first because we
# will install crt1.o in the install_dev stage and gcc needs it)
oe_runmake PREFIX= DEVEL_PREFIX=${UCLIBC_PREFIX}/ \