aboutsummaryrefslogtreecommitdiff
path: root/libs/elektra
Commit message (Collapse)AuthorAge
* Merge pull request #9551 from neheb/elekRosen Penev2019-07-25
|\ | | | | elektra: Switch to Lua 5.3
| * elektra: Switch to Lua 5.3Rosen Penev2019-07-25
| | | | | | | | | | | | | | | | | | | | After the introduction of Lua 5.3 to OpenWrt, elektra picks it up instead of 5.1. Since 5.1 is unsupported anyway, switch to 5.3. Added liblua to PKG_BUILD_DEPENDS as the FindLua script is broken. Having it here allows compilation to continue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: Capitalize submenusEneas U de Queiroz2019-07-25
|/ | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* elektra: Fix compilation with uClibc-ngRosen Penev2019-06-21
| | | | | | Add patch that checks for libiconv instead of iconv. nls.mk handles this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* elektra: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-05-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* elektra: skip ruby plugin in host/compileEneas U de Queiroz2018-12-07
| | | | | | | Linking is failing, and the plugin is not needed for the host build anyway. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* elektra: update to 0.8.21Harald Geyer2017-12-28
| | | | Signed-off-by: Harald Geyer <harald@ccbib.org>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* elektra: Update to 0.8.19Harald Geyer2016-11-28
| | | | | | Noteable change: The libelektra-extra package now depends on libstdcpp. Signed-off-by: Harald Geyer <harald@ccbib.org>
* elektra: Update to 0.8.18Harald Geyer2016-11-03
| | | | Signed-off-by: Harald Geyer <harald@ccbib.org>
* elektra: fix build errorHarald Geyer2016-09-02
| | | | | | | * Move curlget plugin to its own package with proper dependencies * Fix abuse of 'foreach' in the Makefile which masked the above issue Signed-off-by: Harald Geyer <harald@ccbib.org>
* elektra: Update to 0.8.17Harald Geyer2016-06-20
| | | | | | | | Notable changes: Remove the work around introduced for 0.8.16 - the issue has been fixed upstream. Signed-off-by: Harald Geyer <harald@ccbib.org>
* elektra: Update to 0.8.16Harald Geyer2016-05-11
| | | | | | | | Notable changes: Add -DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" to work around an upstream bug (already fixed) in the Makefile. Signed-off-by: Harald Geyer <harald@ccbib.org>
* elektra: Add the packageHarald Geyer2016-04-10
Elektra is a library and tools for advanced configuration management (3-way merging, notifications, etc.). This has been tested on mxs target. Signed-off-by: Harald Geyer <harald@ccbib.org>