diff options
author | alperak <alperyasinak1@gmail.com> | 2023-11-16 19:35:24 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:25 -0800 |
commit | dbee6afc11686501e9f9866d623d24e3ff440006 (patch) | |
tree | d003f92dec2b8b104781c9b27eb0c9e2ea07ba7b | |
parent | b18bbc7467b9ececc9f20ee4b084dee50ff085a5 (diff) | |
download | meta-openembedded-dbee6afc11686501e9f9866d623d24e3ff440006.tar.gz |
capnproto: upgrade 0.10.4 -> 1.0.1
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 bbdc3b5970..99a76d454a 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 | ||