summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-cloud-services: drop erlang in favour of meta-erlangBruce Ashfield2025-04-091-59/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversionBruce Ashfield2021-07-311-7/+7
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* erlang: skip the host library path checkTing Liu2015-09-161-1/+0
| | | | | | | | | | | | Move a previous patch from erlang_R15B.bb to erlang.inc as erlang_R16B03-1 needs it too. Fix the below error: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Revert "erlang: add missing DEPENDS for -native build"Bruce Ashfield2014-03-151-1/+1
| | | | This reverts commit 8cabf90bcc1d648511dc9f33adf5ef30e539c682.
* erlang: add missing DEPENDS for -native buildMark Asselstine2014-03-121-1/+1
| | | | | | | | | | | | | We require a DEPENDS for ncurses-native or else we can fail with: configure:18108: error: No curses library functions found when building erlang-native. Since there is already a DEPENDS for ncurses-native in the non -native recipe we move this into the .inc so it is used for both non -native and -native builds. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* erlang: skip the host library path check to fix cross-compile issueZhenhua Luo2013-11-261-0/+1
| | | | | | | | | Below is the error message: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* erlang: Fix hard coded /usr/lib in do_installMark Hatle2013-09-131-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* erlang: fix QA error and use ${libdir}Bruce Ashfield2013-09-061-2/+4
| | | | | | | | | | | | | | The lib/wx subcomponent of erlang generates the following QA error: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Stop configure looking for files on the host, specifically unsafe paths such as /usr/local/include. Additionally we should be using ${libdir} and not "lib", since 64 bit builds will use lib64 and by using ${libdir} we adapt automatically. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* erlang: added R15B from oe-classicMihai Prica2013-08-281-0/+57
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>