mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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] (From OE-Core rev: 93688b659bdf8067be2469ae91af10d68f5703eb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
463ae24abf
commit
7223b3a80e
|
@ -13,13 +13,11 @@ DEPENDS += "readline"
|
||||||
PROVIDES += "make"
|
PROVIDES += "make"
|
||||||
|
|
||||||
do_configure_prepend() {
|
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
|
# create config.rpath which required by configure.ac
|
||||||
autopoint || touch config.rpath
|
autopoint || touch config.rpath
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_prepend() {
|
|
||||||
# updating .po and other gnu build files
|
|
||||||
make update
|
|
||||||
}
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user