<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-extended/mraa/mraa_git.bb, branch hardknott</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-11-13T15:45:48+00:00</updated>
<entry>
<title>recipes: Update SRC_URI branch and protocols</title>
<updated>2021-11-13T15:45:48+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-11-07T18:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7fbb2767186a4db729efe4f440cc9a992f2ab183'/>
<id>urn:sha1:7fbb2767186a4db729efe4f440cc9a992f2ab183</id>
<content type='text'>
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: upgrade 2.1.0 -&gt; 2.2.0</title>
<updated>2020-11-09T21:41:02+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2020-11-09T05:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=034d7be384ac9faaf4ed7f2d20e27deb72c0f1a8'/>
<id>urn:sha1:034d7be384ac9faaf4ed7f2d20e27deb72c0f1a8</id>
<content type='text'>
Signed-off-by: Zang Ruochen &lt;zangrc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: Disable python2, otherwise, there is a build error when enable multilib.</title>
<updated>2020-07-02T15:55:34+00:00</updated>
<author>
<name>Zheng Ruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2020-07-02T08:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fadaf4867074d0140e769b954b7e8afb92c4dd1a'/>
<id>urn:sha1:fadaf4867074d0140e769b954b7e8afb92c4dd1a</id>
<content type='text'>
ERROR: mraa-2.1.0+gitAUTOINC+e15ce6fbc7-r0 do_package: QA Issue: mraa:
Files/directories were installed but not shipped in any package:
  /usr/lib/python3.8/site-packages/_mraa.so
  /usr/lib/python3.8/site-packages/mraa.py

Signed-off-by: Zheng Ruoqin &lt;zhengrq.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: Replace -fcommon with fix</title>
<updated>2020-05-12T19:33:42+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2020-05-12T17:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=30b34a83d47239be0390bdaeefc5b3669fd74472'/>
<id>urn:sha1:30b34a83d47239be0390bdaeefc5b3669fd74472</id>
<content type='text'>
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: Use -fcommon</title>
<updated>2020-04-05T17:38:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-04-05T15:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b0598bca1aa67c2044c2973db0cff993ecaf801f'/>
<id>urn:sha1:b0598bca1aa67c2044c2973db0cff993ecaf801f</id>
<content type='text'>
gcc10 is going to default to -fno-common which is opposite of all
previous gcc version defaults, ideally package should be fixed so it can
work with -fno-common but this is good enough for now, it does not
change default behavious with older compilers

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: Fix build on x86 32bit</title>
<updated>2020-03-08T23:38:30+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-03-08T23:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7e6305da8e4e390be6c8065ff98b01b4128d8416'/>
<id>urn:sha1:7e6305da8e4e390be6c8065ff98b01b4128d8416</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa_git.bb: update to v2.1.0</title>
<updated>2020-03-06T17:37:43+00:00</updated>
<author>
<name>Propanu</name>
<email>mihai.tudor.panu@intel.com</email>
</author>
<published>2020-02-26T20:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d9fd04ba32a05b864a3f63ac83fc841ef5391aa1'/>
<id>urn:sha1:d9fd04ba32a05b864a3f63ac83fc841ef5391aa1</id>
<content type='text'>
Update SRCREV to latest v2.1.0 and SRC_URI to reflect new Eclipse Foundation project location.

Signed-off-by: Mihai Tudor Panu &lt;mihai.tudor.panu@intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: Define PYTHON_LIBRARY and PYTHON_INCLUDE_DIR</title>
<updated>2019-10-25T17:29:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-10-23T22:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6bf265130aca34eded5e0a37bfc24bba7b9d1339'/>
<id>urn:sha1:6bf265130aca34eded5e0a37bfc24bba7b9d1339</id>
<content type='text'>
Otherwise it starts to look into native sysroot which we really do not
want

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: update to 2.0.0</title>
<updated>2019-07-10T16:24:33+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2019-07-09T12:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=45afc4d65f7409367001b9d580ae501cb058f129'/>
<id>urn:sha1:45afc4d65f7409367001b9d580ae501cb058f129</id>
<content type='text'>
Changelog:

  https://github.com/intel-iot-devkit/mraa/blob/master/docs/changelog.md

Also tweak PV to match convention for git recipes (+git rather than
 -git).

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mraa: To file do_package error in multilib.</title>
<updated>2018-12-02T19:05:02+00:00</updated>
<author>
<name>leimaohui</name>
<email>leimaohui@cn.fujitsu.com</email>
</author>
<published>2018-08-16T00:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=32403728e7f145f7ff6aff348ff0ed6df00d3746'/>
<id>urn:sha1:32403728e7f145f7ff6aff348ff0ed6df00d3746</id>
<content type='text'>
do_package: QA Issue: mraa: Files/directories were installed but not shipped in any package:
  /usr/lib/python3.5/site-packages/mraa.py
  /usr/lib/python3.5/site-packages/_mraa.so
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.

Signed-off-by: Lei Maohui &lt;leimaohui@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
