<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libmraa/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-21T10:11:18Z</updated>
<entry>
<title>libmraa: add Python 3.13 compatibility</title>
<updated>2025-11-21T10:11:18Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-11-17T12:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e8eabdd77eb659a7e8e19b3954c1e84f10b483d7'/>
<id>urn:sha1:e8eabdd77eb659a7e8e19b3954c1e84f10b483d7</id>
<content type='text'>
Upstream backport.

Add python-setuptools/host as build dependency to fix libmraa-python3
build.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>libmraa: riscv64 not supported</title>
<updated>2023-06-12T10:25:35Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2023-06-12T04:57:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b777d2ec6c6c1f51c5bf84bef9cffa62fb4f965'/>
<id>urn:sha1:8b777d2ec6c6c1f51c5bf84bef9cffa62fb4f965</id>
<content type='text'>
Addresses buildbot errors

&gt; CMake Error at CMakeLists.txt:193 (message):
&gt;  Only x86, arm, mips, PERIPHERALMAN and mock platforms currently supported

Signed-off-by: Hirokazu MORIKAWA &lt;morikw2@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: don't build tests</title>
<updated>2021-06-19T21:11:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-19T05:37:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fb170424ddeed247a6a0c6e5696f1684ddf30e33'/>
<id>urn:sha1:fb170424ddeed247a6a0c6e5696f1684ddf30e33</id>
<content type='text'>
Fixes compilation when gtest is present.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: Disable node.js support</title>
<updated>2021-04-28T01:04:18Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2021-04-27T02:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b6bb8a62a577cbda00abfe7769ac4cd55ad95e49'/>
<id>urn:sha1:b6bb8a62a577cbda00abfe7769ac4cd55ad95e49</id>
<content type='text'>
Library for node.js will be disabled temporarily due to difficulty in supporting the latest node.js.

Signed-off-by: Hirokazu MORIKAWA &lt;morikw2@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: fix compilation with GCC10</title>
<updated>2021-03-07T22:49:05Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-06T02:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=07d0ee7552982cc36b52d0ec0af2f0526ffc6b43'/>
<id>urn:sha1:07d0ee7552982cc36b52d0ec0af2f0526ffc6b43</id>
<content type='text'>
Taken from an upstream issue.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: update to 2.2.0</title>
<updated>2020-11-11T01:13:37Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2020-11-11T01:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dd953c6e150c2db97365db8ed40f7bf3957207ee'/>
<id>urn:sha1:dd953c6e150c2db97365db8ed40f7bf3957207ee</id>
<content type='text'>
update to 2.2.0
Allow to build only python modules.

Signed-off-by: Hirokazu MORIKAWA &lt;morikw2@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: support node.js v12</title>
<updated>2020-08-25T09:49:13Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2020-08-25T08:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0e9db80f0e864c5d1c6964c37b78780c1c78382e'/>
<id>urn:sha1:0e9db80f0e864c5d1c6964c37b78780c1c78382e</id>
<content type='text'>
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 &lt;morikw2@gmail.com&gt;
</content>
</entry>
</feed>
