<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libmraa/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.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-03.infra.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: add cmake 4.x compatibility</title>
<updated>2025-11-21T10:11:18Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-11-17T12:01:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d65d9620bd6b26a12a2c6afc3308fcec318c008d'/>
<id>urn:sha1:d65d9620bd6b26a12a2c6afc3308fcec318c008d</id>
<content type='text'>
Upstream backport.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>libmraa: Fix compilation with musl libc 1.2.5</title>
<updated>2024-04-21T01:07:19Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2024-04-14T13:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9447654b6be3e65abac62735c1e66401c1c36cca'/>
<id>urn:sha1:9447654b6be3e65abac62735c1e66401c1c36cca</id>
<content type='text'>
Support POSIX basename used in musl libc 1.2.5.

This backports a patch from upstream git.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&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-03.infra.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>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
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 &lt;ilya.lipnitskiy@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-03.infra.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-03.infra.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>
<entry>
<title>libmraa: update to 2.1.0</title>
<updated>2020-02-04T04:53:05Z</updated>
<author>
<name>Hirokazu MORIKAWA</name>
</author>
<published>2020-02-04T04:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=eab72e6aa88b16c7e1220ea8d5f75c1949f297b6'/>
<id>urn:sha1:eab72e6aa88b16c7e1220ea8d5f75c1949f297b6</id>
<content type='text'>
update to 2.1.0
The MRAA project is joining the Eclipse Foundation as an Eclipse IoT project.

Signed-off-by: Hirokazu MORIKAWA &lt;morikw2@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: Add several subpackages</title>
<updated>2018-11-30T20:55:22Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-13T22:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ca4536b39ffb8dfed0a94687edb11426fb442ae5'/>
<id>urn:sha1:ca4536b39ffb8dfed0a94687edb11426fb442ae5</id>
<content type='text'>
Also added back the version patch to fix compilation with libupm.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmraa: Update to 2.0.0</title>
<updated>2018-11-06T04:13:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-13T18:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bae4f3edb32335bf3a3d4f2ed03a93555fa07273'/>
<id>urn:sha1:bae4f3edb32335bf3a3d4f2ed03a93555fa07273</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
