aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/erlang/erlang.inc
AgeCommit message (Collapse)Author
2016-12-20housekeeping: drop usage of bb.data.getVar()Mark Asselstine
Similar to oe-core commit 2864ff6a4b3c3f9b3bbb6d2597243cc5d3715939 the bb.data.getVar() have been deprecated for enough time now that it has been removed. We need to switch to the new getVar() to get things working again. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-09-16erlang: skip the host library path checkTing Liu
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>
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-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-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>