summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb')
-rw-r--r--meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
index 77bde79217..0ea243fd20 100644
--- a/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
+++ b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};prot
9 file://0001-Export-binaries-only-for-native-build.patch" 9 file://0001-Export-binaries-only-for-native-build.patch"
10SRCREV = "1a0e12c0a3ba1f0dbbad45ddfef555166e0a14fc" 10SRCREV = "1a0e12c0a3ba1f0dbbad45ddfef555166e0a14fc"
11 11
12S = "${WORKDIR}/git/c++" 12S = "${UNPACKDIR}/${BP}/c++"
13 13
14inherit cmake 14inherit cmake
15 15