All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 5/7] subversion: Add gettext to DEPENDS as msgfmt is needed at compile time
Date: Thu, 16 Aug 2012 23:57:44 +0200	[thread overview]
Message-ID: <20120816215744.GB3625@jama.jama.net> (raw)
In-Reply-To: <3f88694096116da408832aad9afd90df386e0a36.1345152235.git.andrei@gherzan.ro>

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

On Fri, Aug 17, 2012 at 12:32:48AM +0300, Andrei Gherzan wrote:
> Avoid error:
> | /bin/bash: <path>/tmp/sysroots/i686-linux/usr/bin/msgfmt: No such file or
> directory

shouldn't this be gettext-native or inherit gettext then?

> | 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..6b72e73 100644
> --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb
> +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
> @@ -5,9 +5,11 @@ RDEPENDS_${PN} = "neon"
>  LICENSE = "Apache-2"
>  HOMEPAGE = "http://subversion.tigris.org"
>  
> +DEPENDS = "gettext"
> +
>  BBCLASSEXTEND = "native"
>  
> -PR = "r3"
> +PR = "r4"
>  
>  SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
>             file://libtool2.patch \
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

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

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

  reply	other threads:[~2012-08-16 22:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 21:32 [PATCH 0/7] hwclock and a fix Andrei Gherzan
2012-08-16 21:32 ` [PATCH 1/7] utils.py: Modify and rename distro_features_backfill python function Andrei Gherzan
2012-08-16 21:32 ` [PATCH 2/7] bitbake.conf: Use the new form of features_backfill function Andrei Gherzan
2012-08-16 21:32 ` [PATCH 3/7] bitbake.conf: Add MACHINE_FEATURES_BACKFILL and append to MACHINE_FEATURES Andrei Gherzan
2012-08-16 21:32 ` [PATCH 4/7] bitbake.conf: Add rtc to MACHINE_FEATURES_BACKFILL Andrei Gherzan
2012-08-16 21:32 ` [PATCH 5/7] subversion: Add gettext to DEPENDS as msgfmt is needed at compile time Andrei Gherzan
2012-08-16 21:57   ` Martin Jansa [this message]
2012-08-16 22:01     ` Andrei Gherzan
2012-08-16 21:32 ` [PATCH 6/7] task-core-boot: Add busybox-hwclock if MACHINE_FEATURES contains rtc Andrei Gherzan
2012-08-16 21:32 ` [PATCH 7/7] busybox: Package hwclock.sh initscript separately Andrei Gherzan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120816215744.GB3625@jama.jama.net \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.