All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages
@ 2013-08-07  5:39 Khem Raj
  2013-08-14  1:43 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-08-07  5:39 UTC (permalink / raw)
  To: openembedded-devel

This helps in stubbing out gettext when proxy-libintl is chosen
usually on small/uclibc based images

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../proxy-libintl/proxy-libintl_20100902.bb        |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
index e1531dd..0c652b6 100644
--- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
+++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a
 
 PR = "r1"
 PROVIDES = "virtual/libintl virtual/gettext"
+RPROVIDES_${PN} += "gettext"
+RPROVIDES_${PN}-dev += "gettext-dev"
 
 SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-dev_${PV}_win32.zip \
-- 
1.7.9.5



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

* Re: [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages
  2013-08-07  5:39 [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages Khem Raj
@ 2013-08-14  1:43 ` Khem Raj
  2013-08-19  6:35   ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2013-08-14  1:43 UTC (permalink / raw)
  To: openembeded-devel

ignore this one please. I have a different one that fixes the problem
coming out shortly.


On Tue, Aug 6, 2013 at 10:39 PM, Khem Raj <raj.khem@gmail.com> wrote:

> This helps in stubbing out gettext when proxy-libintl is chosen
> usually on small/uclibc based images
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../proxy-libintl/proxy-libintl_20100902.bb        |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bbb/meta-oe/recipes-core/proxy-libintl/
> proxy-libintl_20100902.bb
> index e1531dd..0c652b6 100644
> --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
> +++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
> @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM =
> "file://src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a
>
>  PR = "r1"
>  PROVIDES = "virtual/libintl virtual/gettext"
> +RPROVIDES_${PN} += "gettext"
> +RPROVIDES_${PN}-dev += "gettext-dev"
>
>  SRC_URI = " \
>
> http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-dev_${PV}_win32.zip\
> --
> 1.7.9.5
>
>


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

* Re: [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages
  2013-08-14  1:43 ` Khem Raj
@ 2013-08-19  6:35   ` Martin Jansa
  2013-08-19  6:38     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2013-08-19  6:35 UTC (permalink / raw)
  To: openembedded-devel

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

On Tue, Aug 13, 2013 at 06:43:22PM -0700, Khem Raj wrote:
> ignore this one please. I have a different one that fixes the problem
> coming out shortly.

I'm sorry, I was a bit blind when checking patches to merge last week
and somehow I've missed this reply, should I revert it or can you send
follow-up quickly?
 
> On Tue, Aug 6, 2013 at 10:39 PM, Khem Raj <raj.khem@gmail.com> wrote:
> 
> > This helps in stubbing out gettext when proxy-libintl is chosen
> > usually on small/uclibc based images
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  .../proxy-libintl/proxy-libintl_20100902.bb        |    2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bbb/meta-oe/recipes-core/proxy-libintl/
> > proxy-libintl_20100902.bb
> > index e1531dd..0c652b6 100644
> > --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
> > +++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
> > @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM =
> > "file://src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a
> >
> >  PR = "r1"
> >  PROVIDES = "virtual/libintl virtual/gettext"
> > +RPROVIDES_${PN} += "gettext"
> > +RPROVIDES_${PN}-dev += "gettext-dev"
> >
> >  SRC_URI = " \
> >
> > http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-dev_${PV}_win32.zip\
> > --
> > 1.7.9.5
> >
> >
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages
  2013-08-19  6:35   ` Martin Jansa
@ 2013-08-19  6:38     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2013-08-19  6:38 UTC (permalink / raw)
  To: openembeded-devel

On Sun, Aug 18, 2013 at 11:35 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Aug 13, 2013 at 06:43:22PM -0700, Khem Raj wrote:
>> ignore this one please. I have a different one that fixes the problem
>> coming out shortly.
>
> I'm sorry, I was a bit blind when checking patches to merge last week
> and somehow I've missed this reply, should I revert it or can you send
> follow-up quickly?

its ok. No worries. It does not break anything. I will send a followup soon

>
>> On Tue, Aug 6, 2013 at 10:39 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> > This helps in stubbing out gettext when proxy-libintl is chosen
>> > usually on small/uclibc based images
>> >
>> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> > ---
>> >  .../proxy-libintl/proxy-libintl_20100902.bb        |    2 ++
>> >  1 file changed, 2 insertions(+)
>> >
>> > diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bbb/meta-oe/recipes-core/proxy-libintl/
>> > proxy-libintl_20100902.bb
>> > index e1531dd..0c652b6 100644
>> > --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
>> > +++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
>> > @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM =
>> > "file://src/proxy-libintl/COPYING.LIB.txt;md5=bc400bc21422f9a
>> >
>> >  PR = "r1"
>> >  PROVIDES = "virtual/libintl virtual/gettext"
>> > +RPROVIDES_${PN} += "gettext"
>> > +RPROVIDES_${PN}-dev += "gettext-dev"
>> >
>> >  SRC_URI = " \
>> >
>> > http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-dev_${PV}_win32.zip\
>> > --
>> > 1.7.9.5
>> >
>> >
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2013-08-19  6:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07  5:39 [meta-oe][PATCH] proxy-libintl: rprovide the gettext packages Khem Raj
2013-08-14  1:43 ` Khem Raj
2013-08-19  6:35   ` Martin Jansa
2013-08-19  6:38     ` Khem Raj

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.