diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb index f2de1f468d..6bfcbec25f 100644 --- a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb +++ b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb | |||
@@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8b6cb42d66e6b3c47a909c3ce678a7b" | |||
7 | DEPENDS = "boost openssl" | 7 | DEPENDS = "boost openssl" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/arvidn/libtorrent.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/arvidn/libtorrent.git;branch=master;protocol=https \ |
10 | git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=git/deps/try_signal;name=try_signal" | 10 | git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/try_signal;name=try_signal" |
11 | 11 | ||
12 | SRCREV = "74bc93a37a5e31c78f0aa02037a68fb9ac5deb41" | 12 | SRCREV = "74bc93a37a5e31c78f0aa02037a68fb9ac5deb41" |
13 | SRCREV_try_signal = "105cce59972f925a33aa6b1c3109e4cd3caf583d" | 13 | SRCREV_try_signal = "105cce59972f925a33aa6b1c3109e4cd3caf583d" |
14 | SRCREV_FORMAT .= "_try_signal" | 14 | SRCREV_FORMAT .= "_try_signal" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | inherit cmake pkgconfig python3targetconfig | 17 | inherit cmake pkgconfig python3targetconfig |
19 | 18 | ||