aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/erlang
AgeCommit message (Collapse)Author
2014-05-21autotools: B != S build fixesBruce Ashfield
Since oe-core introduced the autotools separated build and source directory changes, some package builds broke. With this change, we can build against the latest oe-core master. It should be noted that this masks the build issues, and the bbappends should be removed as dependency layers update or "real" fixes are generated. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-28erlang: update to R16BBruce Ashfield
Updating to the R16B erlang version from: https://github.com/joaohf/meta-erlang This is a cherry pick of the latest to avoid adding a new layer dependency. Eventually, this will be dropped and the layer used directly. We also update rabbitmq-server to depend on erlang-modules to get the proper support on target. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-17erlang-native: add missing ncurses-native DEPENDSMark Asselstine
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. This is another attempt at the failed commit 8cabf90bcc1d648511dc9f33adf5ef30e539c682 [erlang: add missing DEPENDS for -native build], ensuring we don't break non-native builds. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2014-03-15Revert "erlang: add missing DEPENDS for -native build"Bruce Ashfield
This reverts commit 8cabf90bcc1d648511dc9f33adf5ef30e539c682.
2014-03-12erlang: add missing DEPENDS for -native buildMark Asselstine
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>
2013-11-26erlang: skip the host library path check to fix cross-compile issueZhenhua Luo
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>
2013-09-13erlang: Fix hard coded /usr/lib in do_installMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2013-09-06erlang: fix QA error and use ${libdir}Bruce Ashfield
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>
2013-08-28erlang: added R15B from oe-classicMihai Prica
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>