meta-starlingx/meta-stx-cloud/recipes-devtools/erlang/erlang-native_R16B03-1.bbappend
Babak Sarashki 63b6601bdd meta-stx: update LICENSE and copyright info
- Change License from Apache2 to MIT.
- Remove Copyright from individual recipes
- Move License to README.md
- Add meta-stx Copyright to README.md

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-06-08 13:00:26 -07:00

11 lines
305 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
# erlang < 20.0 is not compatibel with OpenSSL 1.1.x
inherit openssl10
DEPENDS_append = " openssl-native"
SRC_URI += "file://erts-configure.in-avoid-RPATH-warning.patch"
EXTRA_OECONF = '--with-ssl=${STAGING_DIR_NATIVE}/usr --without-krb5 --without-zlib'