diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-09-08 11:27:02 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-09-08 11:27:02 +0000 |
commit | 067b1c71f57fabc6c8abba4cc2e3420637b06228 (patch) | |
tree | e6ad532391e1df9deea317717070d7fc62c69e37 /packages/uclibc/uclibc.inc | |
parent | 1cd49843e337ea08e4f35facc77f62a11c272fd7 (diff) |
uclibc: chaned do_stage to do_install_prepend to resolve order issue
Diffstat (limited to 'packages/uclibc/uclibc.inc')
-rw-r--r-- | packages/uclibc/uclibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc.inc b/packages/uclibc/uclibc.inc index e48c6d734d..2064489ec6 100644 --- a/packages/uclibc/uclibc.inc +++ b/packages/uclibc/uclibc.inc @@ -113,7 +113,7 @@ do_configure() { oe_runmake oldconfig } -do_stage() { +do_install_prepend() { # 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}/ \ |