aboutsummaryrefslogtreecommitdiffstats
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:12 +0100
commit8d06f14e0d5cd133dc7ba9170297af58fd49eae5 (patch)
tree8567ad1fead66418017f97594e3232312e91288e /meta/recipes-devtools/subversion
parentb97e37e1444ef32e7837dcc79e3fad36c4284b65 (diff)
downloadopenembedded-core-8d06f14e0d5cd133dc7ba9170297af58fd49eae5.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 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 1d36b63eba..c3e6763471 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 \