[oe-commits] Saul Wold : remake: do not create po files

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:29 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 93688b659bdf8067be2469ae91af10d68f5703eb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=93688b659bdf8067be2469ae91af10d68f5703eb

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Feb 14 14:12:51 2013 -0800

remake: do not create po files

The 'make update' was using wget to get the gmo and other gnu files from
upstream, since need to work cleanly in a non-networked or proxy environment
this does not so well.  Remove the list of languages from the LINGUAS file.

[YOCTO #3745]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/remake/remake_git.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb
index 7e9857e..42c4d48 100644
--- a/meta/recipes-devtools/remake/remake_git.bb
+++ b/meta/recipes-devtools/remake/remake_git.bb
@@ -13,13 +13,11 @@ DEPENDS += "readline"
 PROVIDES += "make"
 
 do_configure_prepend() {
+    # remove the default LINGUAS since we are not going to generate languages
+    rm po/LINGUAS
+    touch po/LINGUAS
     # create config.rpath which required by configure.ac
     autopoint || touch config.rpath
 }
 
-do_compile_prepend() {
-    # updating .po and other gnu build files
-    make update
-}
-
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list