meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / erlang / erlang_R16B03-1.bbappend
diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/erlang/erlang_R16B03-1.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/erlang/erlang_R16B03-1.bbappend
deleted file mode 100644 (file)
index a50dec7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-# erlang < 20.0 is not compatibel with OpenSSL 1.1.x
-inherit openssl10
-
-SRC_URI += " \
-       file://fix-install-ownership.patch \
-       "
-
-EXTRA_OECONF = '--with-ssl=${STAGING_DIR_TARGET}/usr --without-krb5 --without-zlib'
-
-do_configure_prepend () {
-    export erl_xcomp_sysroot="${STAGING_DIR_HOST}/usr"
-    export erl_xcomp_isysroot="${STAGING_DIR_NATIVE}"
-
-    sed -i -e 's/opensslconf.h/opensslconf-64.h/' \
-        ${STAGING_INCDIR}/openssl10/openssl/rc4.h \
-        ${STAGING_INCDIR}/openssl10/openssl/rc2.h
-}
-
-do_install_append () {
-    # Fix the do_package_qa issue
-    chown -R root:root ${D}
-}