From: Muhammad Shakeel <[email protected]> As per OE-Core convention, indentation should be TAB for shell.
Signed-off-by: Muhammad Shakeel <[email protected]> --- .../nfs-utils/nfs-utils_1.2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb index 40b897b..fd6d33e 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb @@ -58,7 +58,7 @@ RDEPENDS_${PN}-stats = "python" # Make clean needed because the package comes with # precompiled 64-bit objects that break the build do_compile_prepend() { - make clean + make clean } do_install_append () { -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
