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
This commit is contained in:
Richard Purdie 2007-09-18 10:17:55 +00:00
parent 32047c6685
commit 1401afe0e3
7 changed files with 7 additions and 15 deletions

View File

@ -1,4 +1,3 @@
SECTION = "devel"
require gcc-cross_${PV}.bb
DEPENDS = "virtual/${TARGET_PREFIX}binutils"
@ -23,7 +22,6 @@ do_stage_prepend () {
ln -sf libgcc.a ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a
}
# Override the method from gcc-cross so we don't try to install libgcc
do_install () {
oe_runmake 'DESTDIR=${D}' install
:
}

View File

@ -22,7 +22,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
:
}

View File

@ -22,7 +22,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
:
}

View File

@ -23,7 +23,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
:
}

View File

@ -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
:
}

View File

@ -22,7 +22,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
:
}

View File

@ -26,7 +26,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
:
}