diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-19 10:13:07 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-26 11:19:54 +0000 |
commit | a615ff13fc76f71887e361c0c4277bf1645a7de0 (patch) | |
tree | 04c193b55ecf264b337cb61ed3b366508eae40f8 | |
parent | b3657abc541fc0a84a91784853f400015121df90 (diff) | |
download | poky-a615ff13fc76f71887e361c0c4277bf1645a7de0.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/musl/libssp-nonshared.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-core/musl/libssp-nonshared.bb b/meta/recipes-core/musl/libssp-nonshared.bb index 458eafef52..bae8c81cc7 100644 --- a/meta/recipes-core/musl/libssp-nonshared.bb +++ b/meta/recipes-core/musl/libssp-nonshared.bb | |||
@@ -8,15 +8,10 @@ SECTION = "libs" | |||
8 | 8 | ||
9 | SRC_URI = "file://ssp-local.c" | 9 | SRC_URI = "file://ssp-local.c" |
10 | 10 | ||
11 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | ||
12 | |||
13 | INHIBIT_DEFAULT_DEPS = "1" | 11 | INHIBIT_DEFAULT_DEPS = "1" |
14 | 12 | ||
15 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" | ||
16 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" | ||
17 | |||
18 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | 13 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ |
19 | virtual/${TARGET_PREFIX}gcc-initial \ | 14 | virtual/${TARGET_PREFIX}gcc \ |
20 | " | 15 | " |
21 | 16 | ||
22 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |