[oe-commits] Andrei Gherzan : subversion: Inherit gettext as msgfmt is needed at compile time

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 17:09:35 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 8d06f14e0d5cd133dc7ba9170297af58fd49eae5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8d06f14e0d5cd133dc7ba9170297af58fd49eae5

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Fri Aug 17 01:22:28 2012 +0300

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 at gherzan.ro>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../subversion/subversion_1.7.2.bb                 |    4 +++-
 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 \





More information about the Openembedded-commits mailing list