diff options
-rw-r--r-- | meta-oe/recipes-devtools/capnproto/capnproto_1.0.1.bb (renamed from meta-oe/recipes-devtools/capnproto/capnproto_0.10.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.10.4.bb b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.1.bb index bbdc3b597..99a76d454 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_0.10.4.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_1.0.1.bb | |||
@@ -5,8 +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-0.10.4;protocol=https" | 8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https" |
9 | SRCREV = "a91ec65323c2577732224d0cf6f5bf1e79d3a724" | 9 | SRCREV = "c7f810a76ca88ff28613fa165927e0269255aab0" |
10 | 10 | ||
11 | S = "${WORKDIR}/git/c++" | 11 | S = "${WORKDIR}/git/c++" |
12 | 12 | ||