diff options
-rw-r--r-- | meta-oe/recipes-devtools/capnproto/capnproto_0.10.3.bb (renamed from meta-oe/recipes-devtools/capnproto/capnproto_0.10.2.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.10.2.bb b/meta-oe/recipes-devtools/capnproto/capnproto_0.10.3.bb index 3d4f549b62..bf98d561e6 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_0.10.2.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.10.3.bb | |||
@@ -5,9 +5,8 @@ SECTION = "console/tools" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" | 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https \ | 8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-0.10.3;protocol=https" |
9 | " | 9 | SRCREV = "a16468f296a9584f4068072efecdee8a9eb9c2ed" |
10 | SRCREV = "2e88221d3dde22266bfccf40eaee6ff9b40d113d" | ||
11 | 10 | ||
12 | S = "${WORKDIR}/git/c++" | 11 | S = "${WORKDIR}/git/c++" |
13 | 12 | ||