[meta-virtualization] [PATCH 3/5] protobuf: replace spaces with tabs in recipe

Keith Holman Keith.Holman at windriver.com
Wed Aug 20 13:46:09 PDT 2014


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 <Keith.Holman at windriver.com>
---
 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



More information about the meta-virtualization mailing list