From 1401afe0e337a41c15bfbfd77e38393bbe49746d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 18 Sep 2007 10:17:55 +0000 Subject: gcc-cross-initial: An install stage is totally pointless git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2756 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gcc/gcc-cross-initial_4.1.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/packages/gcc/gcc-cross-initial_4.1.1.bb') diff --git a/meta/packages/gcc/gcc-cross-initial_4.1.1.bb b/meta/packages/gcc/gcc-cross-initial_4.1.1.bb index 1e23ef933..ade74d5e9 100644 --- a/meta/packages/gcc/gcc-cross-initial_4.1.1.bb +++ b/meta/packages/gcc/gcc-cross-initial_4.1.1.bb @@ -24,7 +24,6 @@ do_stage_prepend () { ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a } -# Override the method from gcc-cross so we don't try to install libgcc do_install () { - oe_runmake 'DESTDIR=${D}' install + : } -- cgit v1.2.3