diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-01 22:00:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:53 -0700 |
commit | e37c095560dde568435131fa338fe3f14bd862cd (patch) | |
tree | 0cb7f3b6c65cb6eb1312d4872868a5e2e3557b7d /meta-oe/recipes-connectivity/libtorrent | |
parent | a850e6d241ca0dd7fc645d796aab9ead7beb850d (diff) | |
download | meta-openembedded-e37c095560dde568435131fa338fe3f14bd862cd.tar.gz |
libtorrent: upgrade 0.13.7 -> 0.13.8
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libtorrent')
-rw-r--r-- | meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index b2dffcdb9..fa106ea41 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | |||
@@ -11,9 +11,9 @@ SRC_URI = "git://github.com/rakshasa/libtorrent \ | |||
11 | file://0001-implement-64bit-atomic-for-mips.patch \ | 11 | file://0001-implement-64bit-atomic-for-mips.patch \ |
12 | file://0001-Define-64bit-atomic-helpers-for-ppc-32-bit.patch \ | 12 | file://0001-Define-64bit-atomic-helpers-for-ppc-32-bit.patch \ |
13 | " | 13 | " |
14 | SRCREV = "074f6ec51a2e4bc5c6140b4dad13c9bb56f3f0dc" | 14 | SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" |
15 | 15 | ||
16 | PV = "0.13.7+git${SRCPV}" | 16 | PV = "0.13.8" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||