summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/protobuf/protobuf-native_3.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/protobuf/protobuf-native_3.1.0.bb b/recipes-devtools/protobuf/protobuf-native_3.1.0.bb
index 47fb4011..91ab0b3f 100644
--- a/recipes-devtools/protobuf/protobuf-native_3.1.0.bb
+++ b/recipes-devtools/protobuf/protobuf-native_3.1.0.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad5
15SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \ 15SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \
16 " 16 "
17 17
18EXTRA_OECONF += " --with-protoc=echo --disable-shared" 18EXTRA_OECONF += " --with-protoc=echo"
19 19
20inherit native autotools 20inherit native autotools
21 21