<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python-pint.inc, branch kirkstone-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kirkstone-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-06-12T15:46:48+00:00</updated>
<entry>
<title>python3-pint: Consolidate in a single file</title>
<updated>2020-06-12T15:46:48+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2020-06-11T09:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3def8e05265bceb86c6f32531ecd2cad179598c4'/>
<id>urn:sha1:3def8e05265bceb86c6f32531ecd2cad179598c4</id>
<content type='text'>
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Acked-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-pint: Enable ptest</title>
<updated>2020-04-03T21:38:09+00:00</updated>
<author>
<name>Zheng Ruoqin</name>
<email>zhengrq.fnst@cn.fujitsu.com</email>
</author>
<published>2020-04-03T17:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a383dd710cc8e2d81a4377788c2bb6b31aee591b'/>
<id>urn:sha1:a383dd710cc8e2d81a4377788c2bb6b31aee591b</id>
<content type='text'>
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>python3-pint: upgrade 0.9 -&gt; 0.11</title>
<updated>2020-03-25T22:11:48+00:00</updated>
<author>
<name>Martin Kelly</name>
<email>mkelly@xevo.com</email>
</author>
<published>2020-03-25T19:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6166fb98463db1e532a3a934065d748bc037f1c4'/>
<id>urn:sha1:6166fb98463db1e532a3a934065d748bc037f1c4</id>
<content type='text'>
Also add a dependency on python3-setuptools-scm-native to make this
build with the newer version.

Signed-off-by: Martin Kelly &lt;mkelly@xevo.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pint: add nativesdk support</title>
<updated>2020-03-25T02:58:50+00:00</updated>
<author>
<name>Martin Kelly</name>
<email>mkelly@xevo.com</email>
</author>
<published>2020-03-24T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c17d564c0809d8416bbedc59eb3f1fc9eeab8a08'/>
<id>urn:sha1:c17d564c0809d8416bbedc59eb3f1fc9eeab8a08</id>
<content type='text'>
This builds just fine with nativesdk, so let's enable it.

Signed-off-by: Martin Kelly &lt;mkelly@xevo.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pint: upgrade 0.8.1 -&gt; 0.9</title>
<updated>2019-11-02T00:22:53+00:00</updated>
<author>
<name>Zang Ruochen</name>
<email>zangrc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-11-01T03:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e68a7c4f0e11c088e2051be95f1be73d85c83ab'/>
<id>urn:sha1:0e68a7c4f0e11c088e2051be95f1be73d85c83ab</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>Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUM</title>
<updated>2019-08-30T16:27:57+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2019-08-30T15:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=31a55b947d077c9ad9b61f30bf616ca32c425192'/>
<id>urn:sha1:31a55b947d077c9ad9b61f30bf616ca32c425192</id>
<content type='text'>
Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded
code is never the right thing to do, there must be some
license information and that has to be checked instead.

In several cases the claimed LICENSE was also incorrect.

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>python{, 3}-pint: add recipes for python2 and python3</title>
<updated>2018-08-27T17:53:58+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>sno@netbsd.org</email>
</author>
<published>2018-08-27T11:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c591e5d84ce6820aff7e24a8a91956b2f1e87dd6'/>
<id>urn:sha1:c591e5d84ce6820aff7e24a8a91956b2f1e87dd6</id>
<content type='text'>
Add recipe for physical quantities module for python2 and
python3 infrastructure of Yocto.

Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
