<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools/mklibs, branch 1.4_M5</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.4_M5</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.4_M5'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2012-07-22T10:42:21+00:00</updated>
<entry>
<title>mklibs-native: Update for python-native changes</title>
<updated>2012-07-22T10:42:21+00:00</updated>
<author>
<name>Morgan Little</name>
<email>morgan.little@windriver.com</email>
</author>
<published>2012-07-19T17:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e4551d1ce1a360dc908a036051883193f3e9a54c'/>
<id>urn:sha1:e4551d1ce1a360dc908a036051883193f3e9a54c</id>
<content type='text'>
Add pythonnative to the inherits list

(From OE-Core rev: 0751ba97969bf7ef21e0c9a0bbe52001052f02af)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mklibs-native: Upgrade to 0.1.34</title>
<updated>2012-06-29T12:31:02+00:00</updated>
<author>
<name>Jonathan Santos</name>
<email>jrsantos@jonathanrsantos.com</email>
</author>
<published>2012-06-27T17:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7a4cc0e8845fbee6a9066e8d83a90bcb8acc96be'/>
<id>urn:sha1:7a4cc0e8845fbee6a9066e8d83a90bcb8acc96be</id>
<content type='text'>
include-unistd.h-for-gcc47.patch is no longer needed, since it was fixed upstream.

(From OE-Core rev: 54429dfcca0e35a3aeaa78e509240b87d6a8f4ac)

Signed-off-by: Jonathan Santos &lt;jrsantos@jonathanrsantos.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mklibs-native 0.1.33: include unistd.h to fix build for gcc 4.7</title>
<updated>2012-04-13T11:05:53+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2012-04-12T14:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=898bee7a4e97d74e5da4381188a2f3e030d3f0e4'/>
<id>urn:sha1:898bee7a4e97d74e5da4381188a2f3e030d3f0e4</id>
<content type='text'>
Many of the standard C++ library include files have been edited to no
longer include &lt;unistd.h&gt; to remove namespace pollution in gcc 4.7, so
we need include &lt;unistd.h&gt; manually sometimes.

More information:
http://gcc.gnu.org/gcc-4.7/porting_to.html

[YOCTO #2278]

(From OE-Core rev: 5e3c12313edc4b51ddd432ecbbd3b1f5295b3c14)

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;

[Updated patch header - sgw]

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mklibs-native: Update to 0.1.33</title>
<updated>2011-05-19T19:51:38+00:00</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2011-05-18T19:13:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8efa3a24f94da31f968280d17f11ff3f08c8887f'/>
<id>urn:sha1:8efa3a24f94da31f968280d17f11ff3f08c8887f</id>
<content type='text'>
(From OE-Core rev: 9e6a17a6b3f4a91f7a3f90aa30dc7e7dcdad60e6)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mklibs-native: fix the build on Ubuntu 9.04 by defining STT_GNU_IFUNC</title>
<updated>2011-02-22T15:21:24+00:00</updated>
<author>
<name>Dexuan Cui</name>
<email>dexuan.cui@intel.com</email>
</author>
<published>2011-02-16T09:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e2dbad7b7db7b62dee4bb5b6c28a5ab4dde08358'/>
<id>urn:sha1:e2dbad7b7db7b62dee4bb5b6c28a5ab4dde08358</id>
<content type='text'>
mklibs-native needs elf.h (that is supplied by libc6-dev).
since STAGING_INCDIR_NATIVE doesn't contain elf.h (we don't have eglibc-native),
so the host's /usr/include/elf.h is used.
Unluckily, the libc6-dev in Ubuntu 9.04 is so old that the elf.h doesn't
define STT_GNU_IFUNC, so we have to define it ourselves.

Fixes [BUGID #726]

Signed-off-by: Dexuan Cui &lt;dexuan.cui@intel.com&gt;
</content>
</entry>
<entry>
<title>mklibs-native: new recipe for optimizing size of library files</title>
<updated>2011-02-01T23:59:42+00:00</updated>
<author>
<name>Nitin A Kamble</name>
<email>nitin.a.kamble@intel.com</email>
</author>
<published>2011-01-25T04:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e1a9c8fb0316c3461b88e37b662823167b5954cd'/>
<id>urn:sha1:e1a9c8fb0316c3461b88e37b662823167b5954cd</id>
<content type='text'>
Signed-off-by: Nitin A Kamble &lt;nitin.a.kamble@intel.com&gt;
</content>
</entry>
</feed>
