All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2 PATCH 0/1] Inherit gettext in subversion
@ 2012-08-16 22:22 Andrei Gherzan
  2012-08-16 22:22 ` [V2 PATCH 1/1] subversion: Inherit gettext as msgfmt is needed at compile time Andrei Gherzan
  2012-08-17 22:23 ` [V2 PATCH 0/1] Inherit gettext in subversion Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Andrei Gherzan @ 2012-08-16 22:22 UTC (permalink / raw)
  To: openembedded-core

V2:
Send the version of din patch where gettext is inherited

The following changes since commit af847d36375aa53f0c1ee2a00c97ba9f38837d1b:

  bitbake: bitbake: build.py: Add stampdir argument to cached_mtime_noerror (2012-08-16 12:27:41 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ag/fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/fixes

Andrei Gherzan (1):
  subversion: Inherit gettext as msgfmt is needed at compile time

 .../subversion/subversion_1.7.2.bb                 |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
1.7.9.5




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

* [V2 PATCH 1/1] subversion: Inherit gettext as msgfmt is needed at compile time
  2012-08-16 22:22 [V2 PATCH 0/1] Inherit gettext in subversion Andrei Gherzan
@ 2012-08-16 22:22 ` Andrei Gherzan
  2012-08-17 22:23 ` [V2 PATCH 0/1] Inherit gettext in subversion Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2012-08-16 22:22 UTC (permalink / raw)
  To: openembedded-core

Avoid error:
| /bin/bash: <path>/tmp/sysroots/i686-linux/usr/bin/msgfmt: No such file or
directory
| make: *** [subversion/po/de.mo] Error 127
| make: *** Waiting for unfinished jobs....
| ERROR: oe_runmake failed

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 .../subversion/subversion_1.7.2.bb                 |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
index 4f71de5..4182366 100644
--- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
@@ -7,7 +7,9 @@ HOMEPAGE = "http://subversion.tigris.org"
 
 BBCLASSEXTEND = "native"
 
-PR = "r3"
+PR = "r4"
+
+inherit gettext
 
 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://libtool2.patch \
-- 
1.7.9.5




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

* Re: [V2 PATCH 0/1] Inherit gettext in subversion
  2012-08-16 22:22 [V2 PATCH 0/1] Inherit gettext in subversion Andrei Gherzan
  2012-08-16 22:22 ` [V2 PATCH 1/1] subversion: Inherit gettext as msgfmt is needed at compile time Andrei Gherzan
@ 2012-08-17 22:23 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-08-17 22:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 08/16/2012 03:22 PM, Andrei Gherzan wrote:
> V2:
> Send the version of din patch where gettext is inherited
>
> The following changes since commit af847d36375aa53f0c1ee2a00c97ba9f38837d1b:
>
>    bitbake: bitbake: build.py: Add stampdir argument to cached_mtime_noerror (2012-08-16 12:27:41 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib ag/fixes
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/fixes
>
> Andrei Gherzan (1):
>    subversion: Inherit gettext as msgfmt is needed at compile time
>
>   .../subversion/subversion_1.7.2.bb                 |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>

Merged into OE-Core

Thanks
	Sau!




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

end of thread, other threads:[~2012-08-17 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 22:22 [V2 PATCH 0/1] Inherit gettext in subversion Andrei Gherzan
2012-08-16 22:22 ` [V2 PATCH 1/1] subversion: Inherit gettext as msgfmt is needed at compile time Andrei Gherzan
2012-08-17 22:23 ` [V2 PATCH 0/1] Inherit gettext in subversion Saul Wold

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.