summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index fec05571d1..c235547fea 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -6,16 +6,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6 6
7DEPENDS = "zlib libsigc++-2.0 openssl cppunit" 7DEPENDS = "zlib libsigc++-2.0 openssl cppunit"
8 8
9PV = "0.13.8+git"
10
9SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https" 11SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https"
10SRCREV = "e60f222241319aaae482789517ad00ae9344bd13" 12SRCREV = "e60f222241319aaae482789517ad00ae9344bd13"
11 13
12CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product" 14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
13 15
14PV = "0.13.8+git${SRCPV}" 16CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
15 17
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
17 19
18
19PACKAGECONFIG ??= "instrumentation aligned" 20PACKAGECONFIG ??= "instrumentation aligned"
20 21
21PACKAGECONFIG:remove:mipsarch = "instrumentation" 22PACKAGECONFIG:remove:mipsarch = "instrumentation"