From: Stelios Koroneos Date: Thu, 21 Dec 2006 16:43:01 +0000 (+0000) Subject: This fix allows uclibc-initial-0.9.28 to compile and closes bug #1632 X-Git-Tag: Release-2010-05/1~9453^2~133^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e42e0b62c93c454332403036baffca348dfd06d;p=openembedded.git This fix allows uclibc-initial-0.9.28 to compile and closes bug #1632 --- 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}/ \