<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/recipes-core/gettext, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2012-05-01T10:55:42Z</updated>
<entry>
<title>gettext,m4: Add -lrt to LDFLAGS for uclibc</title>
<updated>2012-05-01T10:55:42Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2012-04-12T06:02:53Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=68e07a5ff114b5f413a5eeedeb551d82bc77774c'/>
<id>urn:sha1:68e07a5ff114b5f413a5eeedeb551d82bc77774c</id>
<content type='text'>
uclibc has recently got posix_spawn implementation
and the implementation resided in librt so we link
-lrt to get the configure tests using uclibc provided
definitions and not the gnu-lib wrappers

Let libintl.a live in -staticdev package

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>gettext: Fix sysroot conflict over owner of macros</title>
<updated>2012-04-02T11:52:18Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-04-02T11:52:12Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=5bcb68a232539cf11a30e3b812b2fbd6d7d76e35'/>
<id>urn:sha1:5bcb68a232539cf11a30e3b812b2fbd6d7d76e35</id>
<content type='text'>
gettext-minimal-native andgettext-native are trampling over each other's files. This can
be reproduced with:

bitbake gettext-minimal-native
bitbake gettext-native
bitbake gettext-native -c clean
bitbake shadow-native

which will fail since the aclocal gettext macros will have disappeared. This patch
fixes the problem by giving ownership of them to gettext-minimal-native and ensuring
there is a correct dependency on this.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions</title>
<updated>2012-03-21T16:30:37Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-03-21T16:30:37Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=b60d0c57a2e16d690fd11c6349917efc57630004'/>
<id>urn:sha1:b60d0c57a2e16d690fd11c6349917efc57630004</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>PR bump for all recipes that DEPEND on ncurses</title>
<updated>2012-03-14T23:34:10Z</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2012-03-14T20:15:21Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=be92256917c157284ef8370bb93bbf443849b2e1'/>
<id>urn:sha1:be92256917c157284ef8370bb93bbf443849b2e1</id>
<content type='text'>
The packaging changes to ncurses could break package feeds,
so bump the PR on everythong that DEPENDS on ncurses.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gettext: Set the LICENSE field to GPLv3+</title>
<updated>2012-03-13T23:16:20Z</updated>
<author>
<name>Saul Wold</name>
<email>sgw@linux.intel.com</email>
</author>
<published>2012-03-12T22:27:11Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=a5cdf764a980624dbf350cb23cd360724c059584'/>
<id>urn:sha1:a5cdf764a980624dbf350cb23cd360724c059584</id>
<content type='text'>
This change is needed because currently the INCOMPATIBLE_LICENSE
checking code does not map between SPDX and older style naming
(GPL-3+ vs GPLv3+).  Yocto bug number 2093 filed to track this.

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "gettext: do not set libncurses prefix explicitly"</title>
<updated>2012-03-13T23:15:04Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2012-03-13T23:13:35Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=87f02bdf4b9c0687f466de5c0bc81f510f389fc3'/>
<id>urn:sha1:87f02bdf4b9c0687f466de5c0bc81f510f389fc3</id>
<content type='text'>
This reverts commit 37b9d140b5d55af4f77baab0c0b0343d8b5e8b6c since it caused
QA issues for several people. The ncurses location needs to be explicitly
specificed.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gettext: do not set libncurses prefix explicitly</title>
<updated>2012-03-13T11:51:45Z</updated>
<author>
<name>Scott Garman</name>
<email>scott.a.garman@intel.com</email>
</author>
<published>2012-03-12T05:58:42Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=37b9d140b5d55af4f77baab0c0b0343d8b5e8b6c'/>
<id>urn:sha1:37b9d140b5d55af4f77baab0c0b0343d8b5e8b6c</id>
<content type='text'>
The --with-libncurses-prefix configure option was added before
this recipe had ncurses in DEPENDS, so it should be safe to
remove it.

Signed-off-by: Scott Garman &lt;scott.a.garman@intel.com&gt;
</content>
</entry>
<entry>
<title>gettext: Get gettext use its own libunistring</title>
<updated>2012-02-28T12:14:52Z</updated>
<author>
<name>Wenzong Fan</name>
<email>wenzong.fan@windriver.com</email>
</author>
<published>2012-02-14T01:42:59Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=f4f242cf8af9df3dc2394d245740b173f34cbf81'/>
<id>urn:sha1:f4f242cf8af9df3dc2394d245740b173f34cbf81</id>
<content type='text'>
According to its documentation, gettext 0.18.1.1 needs either
libunistring or it will use its own internal version. Just add
a configure option '--with-included-libunistring' to force the
latter to avoid races.

[YOCTO#1934]

Signed-off-by: Wenzong Fan &lt;wenzong.fan@windriver.com&gt;
</content>
</entry>
<entry>
<title>OECore license fixes: meta/*</title>
<updated>2011-12-08T15:23:49Z</updated>
<author>
<name>Elizabeth Flanagan</name>
<email>elizabeth.flanagan@intel.com</email>
</author>
<published>2011-12-03T23:48:29Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=3083dd70b3a9fa01fcc3cf00373b05502505996e'/>
<id>urn:sha1:3083dd70b3a9fa01fcc3cf00373b05502505996e</id>
<content type='text'>
This is a quick audit of only the most obviously wrong licenses
found within OECore. These fixes fall into four areas:

- LICENSE field had incorrect format so that the parser choked
- LICENSE field has a license with no version
- LICENSE field was actually incorrect
- LICENSE field has an imaginary license that didn't exist

This fixes most of the LICENSE warnings thrown, along with my prior
commit adding additional licenses to common-licenses and additional
SPDXLICENSEMAP entries.

HOWEVER..... there is much to be done on the license front.
For a list of recipes with licenses that need obvious fixing see:

https://wiki.yoctoproject.org/wiki/License_Audit

That said, I would suggest another license audit as I've found
enough inconsistencies. A good suggestion is when in doubt, look at
how openSuse or Gentoo or Debian license the package.

Signed-off-by: Elizabeth Flanagan &lt;elizabeth.flanagan@intel.com&gt;
</content>
</entry>
<entry>
<title>gettext-minimal-native: Fix License</title>
<updated>2011-12-08T15:23:29Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2011-12-06T23:13:52Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=25dc5af38230fdf5891597c07c4f96c633001006'/>
<id>urn:sha1:25dc5af38230fdf5891597c07c4f96c633001006</id>
<content type='text'>
Only .m4 macros are included in this recipe so the correct license is FSF-Unlimited
as specified in those marcros, not the main gettext license. This patch corrects
that mistake.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
