aboutsummaryrefslogtreecommitdiff
path: root/libs/libmraa/patches
Commit message (Collapse)AuthorAge
* libmraa: Fix compilation with musl libc 1.2.5Hauke Mehrtens2024-04-20
| | | | | | | | Support POSIX basename used in musl libc 1.2.5. This backports a patch from upstream git. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libmraa: fix compilation with GCC10Rosen Penev2021-03-07
| | | | | | Taken from an upstream issue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libmraa: update to 2.2.0Hirokazu MORIKAWA2020-11-11
| | | | | | | update to 2.2.0 Allow to build only python modules. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libmraa: support node.js v12Hirokazu MORIKAWA2020-08-25
| | | | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. Re-enable swig. https://github.com/openwrt/packages/issues/11977 https://github.com/openwrt/packages/pull/12225 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libmraa: update to 2.1.0Hirokazu MORIKAWA2020-02-04
| | | | | | | update to 2.1.0 The MRAA project is joining the Eclipse Foundation as an Eclipse IoT project. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libmraa: Add several subpackagesRosen Penev2018-11-30
| | | | | | Also added back the version patch to fix compilation with libupm. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmraa: Update to 2.0.0Rosen Penev2018-11-05
| | | | | | | | | | Switched to codeload for simplicity and easier package bumping. Rearranged Makefile for consistency with other projects. All of the patches seem to have been upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmraa: Upgrade to version 0.9.0Eneas U de Queiroz2018-05-23
| | | | | | This version is compatible with the version of node currently in use. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libs: Fix typos (found by codespell)Stefan Weil2016-04-13
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* libmraa: board detection was broken after the name changedJohn Crispin2015-11-06
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* libmraa: add mraa including mips platform codeJohn Crispin2015-10-19
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for various linux io busses for node, python, ... Signed-off-by: John Crispin <blogic@openwrt.org>