diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-09 20:42:33 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-09 20:42:33 +0000 |
commit | d20e8a8c2f8ce1ddcf0843e4a35a32e71e5aabef (patch) | |
tree | 5980fbb05bf4f6d7aa12ec50685b7b3e740c5e56 /meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch | |
parent | eb01e67dee981b326b041677ae9b13bd75b9d9bb (diff) | |
download | meta-cloud-services-d20e8a8c2f8ce1ddcf0843e4a35a32e71e5aabef.tar.gz |
meta-cloud-services: drop erlang in favour of meta-erlang
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch')
-rw-r--r-- | meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch b/meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch deleted file mode 100644 index 2d4b7b5..0000000 --- a/meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [The fix is specific to Yocto build env] | ||
2 | |||
3 | Skip host library path check to fix following Yocto insane check issue: | ||
4 | ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | ||
5 | Rerun configure task after fixing this. | ||
6 | |||
7 | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> | ||
8 | |||
9 | --- otp_src_R15B/erts/configure.in.orig 2011-12-14 04:22:11.000000000 -0600 | ||
10 | +++ otp_src_R15B/erts/configure.in 2013-11-19 04:15:33.694334610 -0600 | ||
11 | @@ -1469,10 +1469,10 @@ | ||
12 | # ln -s libdlpi.so.1 $try_dlpi_lib/libdlpi.so | ||
13 | ]) | ||
14 | fi | ||
15 | - LDFLAGS="-L$try_dlpi_lib -R$try_dlpi_lib $LDFLAGS" | ||
16 | - unset -v try_dlpi_lib | ||
17 | - AC_MSG_NOTICE([Extending the search to include /lib]) | ||
18 | - AC_CHECK_LIB(dlpi, dlpi_open) | ||
19 | +# LDFLAGS="-L$try_dlpi_lib -R$try_dlpi_lib $LDFLAGS" | ||
20 | +# unset -v try_dlpi_lib | ||
21 | +# AC_MSG_NOTICE([Extending the search to include /lib]) | ||
22 | +# AC_CHECK_LIB(dlpi, dlpi_open) | ||
23 | if test x"$ac_cv_lib_dlpi_dlpi_open" = x"no"; then | ||
24 | LDFLAGS="$save_ldflags" | ||
25 | fi | ||