mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-16 12:13:08 +02:00
Merge remote-tracking branch 'origin/sumo'
* origin/sumo:
external-common.bbclass: fix long standing oe.external import issue
bash: check if support/bash.pc exist before running sed
bash: drop -B${gcc_bindir} from bash.pc
external-toolchain.bbclass: add missing mlprefix in binutils dep
oe.external: handle invalid FILES_MIRRORS entries
glibc-external: add virtual/crypt to PROVIDES
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -29,7 +29,7 @@ LICENSE = "CLOSED"
|
||||
LIC_FILES_CHKSUM = "${COMMON_LIC_CHKSUM}"
|
||||
|
||||
# Packaging requires objcopy/etc for split and strip
|
||||
PACKAGE_DEPENDS += "virtual/${TARGET_PREFIX}binutils"
|
||||
PACKAGE_DEPENDS += "virtual/${MLPREFIX}${TARGET_PREFIX}binutils"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
Reference in New Issue
Block a user