Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Martin Jansa
On Wed, Nov 28, 2012 at 02:56:26PM +0100, Enrico Scholz wrote: > Martin Jansa > writes: > > > Other option is to include the same hack in our Makefile.in.in > > GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ > > if we test that this does not break some other packages. > > oe_runconf_prepend() { > sed -

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Enrico Scholz
Martin Jansa writes: > Other option is to include the same hack in our Makefile.in.in > GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ > if we test that this does not break some other packages. oe_runconf_prepend() { sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' po/Makefile.in.in } seems t

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Martin Jansa
On Wed, Nov 28, 2012 at 09:06:00AM +, Richard Purdie wrote: > On Wed, 2012-11-28 at 09:57 +0100, Martin Jansa wrote: > > On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > > > On 11/27/12 12:23 PM, Martin Jansa wrote: > > > > In last rebuild from scratch I've noticed couple of weird

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Richard Purdie
On Wed, 2012-11-28 at 09:57 +0100, Martin Jansa wrote: > On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > > On 11/27/12 12:23 PM, Martin Jansa wrote: > > > In last rebuild from scratch I've noticed couple of weird locale data: > > > > Paul E and I just observed this as well... My bui

Re: [OE-core] locale data broken in gstreamer

2012-11-28 Thread Martin Jansa
On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > On 11/27/12 12:23 PM, Martin Jansa wrote: > > In last rebuild from scratch I've noticed couple of weird locale data: > > Paul E and I just observed this as well... My build machine is an -old- FC13 > machine.. system we found it on w

Re: [OE-core] locale data broken in gstreamer

2012-11-27 Thread Martin Jansa
On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > On 11/27/12 12:23 PM, Martin Jansa wrote: > > In last rebuild from scratch I've noticed couple of weird locale data: > > Paul E and I just observed this as well... My build machine is an -old- FC13 > machine.. system we found it on w

Re: [OE-core] locale data broken in gstreamer

2012-11-27 Thread Mark Hatle
On 11/27/12 12:23 PM, Martin Jansa wrote: In last rebuild from scratch I've noticed couple of weird locale data: Paul E and I just observed this as well... My build machine is an -old- FC13 machine.. system we found it on was x86. --Mark Collected errors: * check_data_file_clashes: Pac

Re: [OE-core] locale data broken in gstreamer

2012-11-27 Thread Martin Jansa
On Tue, Nov 27, 2012 at 07:23:06PM +0100, Martin Jansa wrote: > In last rebuild from scratch I've noticed couple of weird locale data: > > Collected errors: > * check_data_file_clashes: Package gst-plugins-base-locale-en-gb wants > * to install file /usr/share/locale/en_GB/LC_MESSAGES/.mo >

[OE-core] locale data broken in gstreamer

2012-11-27 Thread Martin Jansa
In last rebuild from scratch I've noticed couple of weird locale data: Collected errors: * check_data_file_clashes: Package gst-plugins-base-locale-en-gb wants * to install file /usr/share/locale/en_GB/LC_MESSAGES/.mo But that file is already provided by package * gstreamer-locale-en-gb