summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
index fae7c18a1..fe28f475a 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
@@ -18,7 +18,7 @@ SRCREV = "b04e5cba356212e4e8c66c61bbe0c3a20537c5b9"
18 18
19PV = "3.4.1+git${SRCPV}" 19PV = "3.4.1+git${SRCPV}"
20 20
21SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x" 21SRC_URI = "git://github.com/google/protobuf.git"
22 22
23EXTRA_OECONF += " --with-protoc=echo" 23EXTRA_OECONF += " --with-protoc=echo"
24 24