mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
binutils-cross-sdk: disable -Werror to make it build on Ubuntu 9.04
This commit is contained in:
parent
402a5b2ab8
commit
f4a6877b1b
|
@ -2,7 +2,8 @@ inherit sdk
|
|||
DEPENDS += "flex-native bison-native"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-${PV}"
|
||||
EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
|
||||
--program-prefix=${TARGET_PREFIX}"
|
||||
--program-prefix=${TARGET_PREFIX} \
|
||||
--disable-werror"
|
||||
|
||||
do_stage() {
|
||||
:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
require binutils_${PV}.bb
|
||||
require binutils-cross-sdk.inc
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
|
Loading…
Reference in New Issue
Block a user