mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-14 23:02:40 +00:00
binutils-cross: Sync with oe-core
Now we have own copy of binutils-cross in meta-oe we need to sync with oe-core periodically Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
de2f5c9c87
commit
92b02b7209
@ -1,10 +1,14 @@
|
||||
inherit cross
|
||||
PROVIDES = "virtual/${TARGET_PREFIX}binutils"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
INHIBIT_AUTOTOOLS_DEPS = "1"
|
||||
|
||||
EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
|
||||
--program-prefix=${TARGET_PREFIX} \
|
||||
--disable-install-libbfd \
|
||||
--disable-werror \
|
||||
--disable-nls \
|
||||
--enable-poison-system-directories"
|
||||
|
||||
do_install () {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
require binutils.inc
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
LIC_FILES_CHKSUM="\
|
||||
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user