All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
@ 2014-11-07 16:23 Andrei Gherzan
  2014-11-12 10:28 ` Andrei Gherzan
  0 siblings, 1 reply; 7+ messages in thread
From: Andrei Gherzan @ 2014-11-07 16:23 UTC (permalink / raw)
  To: openembedded-core

In a GPLv3-free build we have two different versions of gettext in sysroot due
to GPLv3 restrictions. In this case we need gettext-native too so we can have
the needed macros and avoid errors like:
"error: possibly undefined macro: AM_GNU_GETTEXT"

The needed dependency is added by gettext class which is prefered because it
takes care of NLS flags too.

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
index 61e3847..adac0ee 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
@@ -23,7 +23,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
 
 FILES_${PN} += "${datadir}/X11/xkb"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
 
 do_install_append () {
     install -d ${D}${datadir}/X11/xkb/compiled
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
  2014-11-07 16:23 [master][dizzy][PATCH] xkeyboard-config: Inherit gettext Andrei Gherzan
@ 2014-11-12 10:28 ` Andrei Gherzan
  2014-11-12 16:01   ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Andrei Gherzan @ 2014-11-12 10:28 UTC (permalink / raw)
  To: openembedded

[-- Attachment #1: Type: text/plain, Size: 1301 bytes --]

Ping?

On Fri, Nov 7, 2014 at 5:23 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> In a GPLv3-free build we have two different versions of gettext in sysroot
> due
> to GPLv3 restrictions. In this case we need gettext-native too so we can
> have
> the needed macros and avoid errors like:
> "error: possibly undefined macro: AM_GNU_GETTEXT"
>
> The needed dependency is added by gettext class which is prefered because
> it
> takes care of NLS flags too.
>
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> ---
>  meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
> b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
> index 61e3847..adac0ee 100644
> --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
> +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
> @@ -23,7 +23,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg
> --disable-runtime-deps"
>
>  FILES_${PN} += "${datadir}/X11/xkb"
>
> -inherit autotools pkgconfig
> +inherit autotools pkgconfig gettext
>
>  do_install_append () {
>      install -d ${D}${datadir}/X11/xkb/compiled
> --
> 1.9.3
>
>


-- 
*Andrei Gherzan*

[-- Attachment #2: Type: text/html, Size: 2368 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
  2014-11-12 10:28 ` Andrei Gherzan
@ 2014-11-12 16:01   ` Burton, Ross
  2014-11-12 16:21     ` akuster808
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2014-11-12 16:01 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

On 12 November 2014 10:28, Andrei Gherzan <andrei@gherzan.ro> wrote:

> Ping?
>

Managed to totally miss this due to the dizzy tag, sorry for that.  Thanks
for the ping, merged to mut.

Ross

[-- Attachment #2: Type: text/html, Size: 595 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
  2014-11-12 16:01   ` Burton, Ross
@ 2014-11-12 16:21     ` akuster808
  2014-11-12 16:39       ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2014-11-12 16:21 UTC (permalink / raw)
  To: Burton, Ross, Andrei Gherzan; +Cc: openembedded



On 11/12/2014 08:01 AM, Burton, Ross wrote:
>
> On 12 November 2014 10:28, Andrei Gherzan <andrei@gherzan.ro
> <mailto:andrei@gherzan.ro>> wrote:
>
>     Ping?
>
>
> Managed to totally miss this due to the dizzy tag, sorry for that.
> Thanks for the ping, merged to mut.

What part did you take care of? Master or Dizzy?

Armin

>
> Ross
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
  2014-11-12 16:21     ` akuster808
@ 2014-11-12 16:39       ` Burton, Ross
  2014-11-13  0:18         ` Andrei Gherzan
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2014-11-12 16:39 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

On 12 November 2014 16:21, akuster808 <akuster808@gmail.com> wrote:

> Thanks for the ping, merged to mut.
>>
>
> What part did you take care of? Master or Dizzy?
>

MUT feeds into master when Richard merges it.  You can backport from master
when it's there.

Ross

[-- Attachment #2: Type: text/html, Size: 755 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
  2014-11-12 16:39       ` Burton, Ross
@ 2014-11-13  0:18         ` Andrei Gherzan
  2014-11-25  3:10           ` akuster808
  0 siblings, 1 reply; 7+ messages in thread
From: Andrei Gherzan @ 2014-11-13  0:18 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

On Nov 12, 2014 5:40 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
>
> On 12 November 2014 16:21, akuster808 <akuster808@gmail.com> wrote:
>>>
>>> Thanks for the ping, merged to mut.
>>

No problem. Hope to have it soon in dizzy

>>
>> What part did you take care of? Master or Dizzy?
>
>
> MUT feeds into master when Richard merges it.  You can backport from
master when it's there.
>
> Ross

[-- Attachment #2: Type: text/html, Size: 686 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [master][dizzy][PATCH] xkeyboard-config: Inherit gettext
  2014-11-13  0:18         ` Andrei Gherzan
@ 2014-11-25  3:10           ` akuster808
  0 siblings, 0 replies; 7+ messages in thread
From: akuster808 @ 2014-11-25  3:10 UTC (permalink / raw)
  To: Andrei Gherzan, Ross Burton; +Cc: openembedded


thanks,

staging for dizzy merge.

- armin
On 11/12/2014 04:18 PM, Andrei Gherzan wrote:
> On Nov 12, 2014 5:40 PM, "Burton, Ross" <ross.burton@intel.com
> <mailto:ross.burton@intel.com>> wrote:
>  >
>  >
>  > On 12 November 2014 16:21, akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>  >>>
>  >>> Thanks for the ping, merged to mut.
>  >>
>
> No problem. Hope to have it soon in dizzy
>
>  >>
>  >> What part did you take care of? Master or Dizzy?
>  >
>  >
>  > MUT feeds into master when Richard merges it.  You can backport from
> master when it's there.
>  >
>  > Ross
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-25  3:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-07 16:23 [master][dizzy][PATCH] xkeyboard-config: Inherit gettext Andrei Gherzan
2014-11-12 10:28 ` Andrei Gherzan
2014-11-12 16:01   ` Burton, Ross
2014-11-12 16:21     ` akuster808
2014-11-12 16:39       ` Burton, Ross
2014-11-13  0:18         ` Andrei Gherzan
2014-11-25  3:10           ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.