mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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 <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
7b424fa19e
commit
124d4185c4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user