diff options
author | Preeti Sachan <preeti.sachan@intel.com> | 2022-03-11 03:34:46 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-15 10:57:32 -0700 |
commit | 2bc93c3754834089f5e474a55ee280d563fdd536 (patch) | |
tree | c6fc4d2731d4f90d03ae97983dc1a42957d8a903 /recipes-connectivity/openssl | |
parent | 2207df98559afc19d6a0243027bbac18980fc764 (diff) | |
download | meta-clang-2bc93c3754834089f5e474a55ee280d563fdd536.tar.gz |
Convert to new override syntax
Used script 'scripts/contrib/convert-overrides.py' from
openembedded-core meta layer to add new override syntax
to make it work with BitBake 1.52 (Honister 3.4) or later.
Signed-off-by: Preeti Sachan <preeti.sachan@intel.com>
Diffstat (limited to 'recipes-connectivity/openssl')
-rw-r--r-- | recipes-connectivity/openssl/openssl_%.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/openssl/openssl_%.bbappend b/recipes-connectivity/openssl/openssl_%.bbappend index 408ac38..9112ead 100644 --- a/recipes-connectivity/openssl/openssl_%.bbappend +++ b/recipes-connectivity/openssl/openssl_%.bbappend | |||
@@ -1,8 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | LDLIBS_append_toolchain-clang_riscv64 = " -latomic" | 3 | LDLIBS:append:toolchain-clang:riscv64 = " -latomic" |
4 | LDLIBS_append_toolchain-clang_riscv32 = " -latomic" | 4 | LDLIBS:append:toolchain-clang:riscv32 = " -latomic" |
5 | 5 | ||
6 | do_configure_prepend_toolchain-clang () { | 6 | do_configure:prepend:toolchain-clang () { |
7 | export LDLIBS="${LDLIBS}" | 7 | export LDLIBS="${LDLIBS}" |
8 | } | 8 | } |