aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb')
-rw-r--r--meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
index 292a88ae7e..e5b5439656 100644
--- a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
+++ b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
@@ -13,7 +13,7 @@ inherit autotools
BBCLASSEXTEND = "native"
do_configure_prepend() {
- # workaround for endless do_configure loop:
- # make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future
- touch ${S}/*
+ # workaround for endless do_configure loop:
+ # make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future
+ touch ${S}/*
}