mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
libssp: Remove dependency on gcc-initial
Its not needed anymore and it can depend on gcc-cross instead (From OE-Core rev: 9dc6fcd492d41d6a65a8f5ab562830ba9372937a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -8,15 +8,10 @@ SECTION = "libs"
|
|||||||
|
|
||||||
SRC_URI = "file://ssp-local.c"
|
SRC_URI = "file://ssp-local.c"
|
||||||
|
|
||||||
PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
|
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}"
|
|
||||||
STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}"
|
|
||||||
|
|
||||||
DEPENDS = "virtual/${TARGET_PREFIX}binutils \
|
DEPENDS = "virtual/${TARGET_PREFIX}binutils \
|
||||||
virtual/${TARGET_PREFIX}gcc-initial \
|
virtual/${TARGET_PREFIX}gcc \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user