diff options
-rw-r--r-- | recipes-containers/criu/protobuf_2.5.0.bb | 14 |
1 files 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" | |||
19 | inherit autotools setuptools | 19 | inherit autotools setuptools |
20 | 20 | ||
21 | do_compile() { | 21 | do_compile() { |
22 | # Compile protoc compiler | 22 | # Compile protoc compiler |
23 | base_do_compile | 23 | base_do_compile |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install() { | 26 | do_install() { |
27 | # Install protoc compiler | 27 | # Install protoc compiler |
28 | autotools_do_install | 28 | autotools_do_install |
29 | # Install header files | 29 | # Install header files |
30 | cd "${PYTHON_SRC_DIR}" | 30 | cd "${PYTHON_SRC_DIR}" |
31 | distutils_do_install | 31 | distutils_do_install |
32 | } | 32 | } |
33 | 33 | ||
34 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |