From 124d4185c471c72dd4c9a03210e3f3af0eb68998 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Wed, 20 Aug 2014 16:46:09 -0400 Subject: protobuf: replace spaces with tabs in recipe 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 Signed-off-by: Bruce Ashfield --- 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 a9a26d88..5cf6cc92 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" -- cgit v1.2.3-54-g00ecf