summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-17 01:22:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-17 18:04:25 +0100
commit9235fc5c888324446fe7480cd5d3fa44c1eec848 (patch)
tree52927e4cccba94149ef11ff5b38c413da2b69d13 /meta/recipes-devtools/subversion
parentbe141470dc67ee52b37d35c518c49e9f22e13998 (diff)
downloadast2050-yocto-poky-9235fc5c888324446fe7480cd5d3fa44c1eec848.zip
ast2050-yocto-poky-9235fc5c888324446fe7480cd5d3fa44c1eec848.tar.gz
subversion: Inherit gettext as msgfmt is needed at compile time
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 (From OE-Core rev: 8d06f14e0d5cd133dc7ba9170297af58fd49eae5) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion')
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.7.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
index 1d36b63..c3e6763 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 = "r4"
+PR = "r5"
+
+inherit gettext
SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
file://libtool2.patch \
OpenPOWER on IntegriCloud