diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-30 17:25:05 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-31 00:13:43 -0800 |
| commit | 4323fc85071adff0222e6ca490d27fd8bbb3ec83 (patch) | |
| tree | 9390f94e54068830361eb49d33a89a4ed22da179 /meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.11.bb | |
| parent | 2b4ea9388989dd8fd2934283415e69134da631b6 (diff) | |
| download | meta-openembedded-4323fc85071adff0222e6ca490d27fd8bbb3ec83.tar.gz | |
libtorrent-rasterbar: upgrade 2.0.10 -> 2.0.11
Changelog: https://github.com/arvidn/libtorrent/releases/tag/v2.0.11
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.11.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.11.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.11.bb b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.11.bb new file mode 100644 index 0000000000..ca3fe2c8ee --- /dev/null +++ b/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.11.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | DESCRIPTION = "libtorrent is a feature complete C++ bittorrent implementation \ | ||
| 2 | focusing on efficiency and scalability." | ||
| 3 | HOMEPAGE = "https://libtorrent.org/" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8b6cb42d66e6b3c47a909c3ce678a7b" | ||
| 6 | |||
| 7 | DEPENDS = "boost openssl" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/arvidn/libtorrent.git;branch=master;protocol=https;tag=v${PV} \ | ||
| 10 | git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/try_signal;name=try_signal" | ||
| 11 | |||
| 12 | SRCREV = "9d7443f467147d1784fb7516d2a882db1abb5a8b" | ||
| 13 | SRCREV_try_signal = "105cce59972f925a33aa6b1c3109e4cd3caf583d" | ||
| 14 | SRCREV_FORMAT .= "_try_signal" | ||
| 15 | |||
| 16 | |||
| 17 | inherit cmake pkgconfig python3targetconfig | ||
| 18 | |||
| 19 | CVE_PRODUCT = "libtorrent" | ||
| 20 | |||
| 21 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | ||
| 22 | |||
| 23 | PACKAGECONFIG ??= "python3" | ||
| 24 | PACKAGECONFIG[python3] = "-Dpython-bindings=ON,-Dpython-bindings=OFF,python3-distutils-extra-native" | ||
| 25 | |||
| 26 | # Strip host paths from autogenerated files | ||
| 27 | do_install:append() { | ||
| 28 | sed -i 's+${STAGING_LIBDIR}+${libdir}+g' ${D}${libdir}/pkgconfig/${BPN}.pc | ||
| 29 | } | ||
| 30 | |||
| 31 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-${BPN}', '', d)}" | ||
| 32 | FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/*" | ||
