summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/remake')
-rw-r--r--meta/recipes-devtools/remake/remake_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb
index a7cf54e320..afbc5d0710 100644
--- a/meta/recipes-devtools/remake/remake_git.bb
+++ b/meta/recipes-devtools/remake/remake_git.bb
@@ -16,10 +16,10 @@ PROVIDES += "make"
16 16
17do_configure_prepend() { 17do_configure_prepend() {
18 # remove the default LINGUAS since we are not going to generate languages 18 # remove the default LINGUAS since we are not going to generate languages
19 rm po/LINGUAS 19 rm ${S}/po/LINGUAS
20 touch po/LINGUAS 20 touch ${S}/po/LINGUAS
21 # create config.rpath which required by configure.ac 21 # create config.rpath which required by configure.ac
22 autopoint || touch config.rpath 22 ( cd ${S}; autopoint || touch config.rpath )
23} 23}
24 24
25BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"