From patchwork Thu Aug 16 21:32:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/7] subversion: Add gettext to DEPENDS as msgfmt is needed at compile time Date: Thu, 16 Aug 2012 21:32:48 -0000 From: Andrei Gherzan X-Patchwork-Id: 34737 Message-Id: <3f88694096116da408832aad9afd90df386e0a36.1345152235.git.andrei@gherzan.ro> To: openembedded-core@lists.openembedded.org Avoid error: | /bin/bash: /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 --- .../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 \