summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/remake/remake_git.bb8
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 7e9857e972..42c4d4879f 100644
--- a/meta/recipes-devtools/remake/remake_git.bb
+++ b/meta/recipes-devtools/remake/remake_git.bb
@@ -13,13 +13,11 @@ DEPENDS += "readline"
13PROVIDES += "make" 13PROVIDES += "make"
14 14
15do_configure_prepend() { 15do_configure_prepend() {
16 # remove the default LINGUAS since we are not going to generate languages
17 rm po/LINGUAS
18 touch po/LINGUAS
16 # create config.rpath which required by configure.ac 19 # create config.rpath which required by configure.ac
17 autopoint || touch config.rpath 20 autopoint || touch config.rpath
18} 21}
19 22
20do_compile_prepend() {
21 # updating .po and other gnu build files
22 make update
23}
24
25BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"