mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +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:
@@ -1,10 +1,14 @@
|
|||||||
inherit cross
|
inherit cross
|
||||||
PROVIDES = "virtual/${TARGET_PREFIX}binutils"
|
PROVIDES = "virtual/${TARGET_PREFIX}binutils"
|
||||||
|
|
||||||
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
INHIBIT_AUTOTOOLS_DEPS = "1"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
|
EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
|
||||||
--program-prefix=${TARGET_PREFIX} \
|
--program-prefix=${TARGET_PREFIX} \
|
||||||
--disable-install-libbfd \
|
--disable-install-libbfd \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
|
--disable-nls \
|
||||||
--enable-poison-system-directories"
|
--enable-poison-system-directories"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require binutils.inc
|
require binutils.inc
|
||||||
|
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM="\
|
LIC_FILES_CHKSUM="\
|
||||||
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
|
||||||
|
|||||||
Reference in New Issue
Block a user