The recipe uses 4 spaces instead of tabs when indenting. The recipe style guidelines indicate that tabs should be used instead. This simple fix replaces the spaces with tabs where appropriate in the recipe file.
Signed-off-by: Keith Holman <[email protected]> --- recipes-containers/criu/protobuf_2.5.0.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-containers/criu/protobuf_2.5.0.bb b/recipes-containers/criu/protobuf_2.5.0.bb index a9a26d8..5cf6cc9 100644 --- a/recipes-containers/criu/protobuf_2.5.0.bb +++ b/recipes-containers/criu/protobuf_2.5.0.bb @@ -19,16 +19,16 @@ EXTRA_OECONF += " --with-protoc=echo" inherit autotools setuptools do_compile() { - # Compile protoc compiler - base_do_compile + # Compile protoc compiler + base_do_compile } do_install() { - # Install protoc compiler - autotools_do_install - # Install header files - cd "${PYTHON_SRC_DIR}" - distutils_do_install + # Install protoc compiler + autotools_do_install + # Install header files + cd "${PYTHON_SRC_DIR}" + distutils_do_install } BBCLASSEXTEND = "native nativesdk" -- 1.9.3 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
