* [PATCH] remake: do not create po files
@ 2013-02-14 22:12 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-02-14 22:12 UTC (permalink / raw)
To: openembedded-core
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@linux.intel.com>
---
meta/recipes-devtools/remake/remake_git.bb | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb
index 7e9857e9..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"
--
1.8.0.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-14 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 22:12 [PATCH] remake: do not create po files Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.