summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb')
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb
index 7ef030092..17f92f04b 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.1.bb
@@ -15,7 +15,8 @@ DEPENDS = "protobuf-native protobuf"
15PV .= "+git${SRCPV}" 15PV .= "+git${SRCPV}"
16SRCREV = "269771b4b45d3aba04e59569f53600003db8d9ff" 16SRCREV = "269771b4b45d3aba04e59569f53600003db8d9ff"
17 17
18SRC_URI = "git://github.com/protobuf-c/protobuf-c.git" 18SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \
19 file://0001-avoid-race-condition.patch"
19 20
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
21 22