mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
transmission: Upgrade to 4.0.6 release
Use external libpsl, this also avoids hardcoded buildpaths which gets into binaries due to inplace vendored libpsl Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -4,7 +4,7 @@ HOMEPAGE = "https://transmissionbt.com/"
|
||||
LICENSE = "MIT & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ba8199e739948e198310093de27175fa"
|
||||
|
||||
DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native"
|
||||
DEPENDS = "curl libevent libpsl gnutls openssl libtool intltool-native glib-2.0-native"
|
||||
RDEPENDS:${PN}-web = "${PN}"
|
||||
|
||||
SRC_URI = " \
|
||||
@@ -12,8 +12,8 @@ SRC_URI = " \
|
||||
file://transmission-daemon \
|
||||
"
|
||||
|
||||
# Transmission release 4.0.5
|
||||
SRCREV = "a6fe2a64aa7eca089f96006cf082a12f0cde937f"
|
||||
# Transmission release 4.0.6
|
||||
SRCREV = "38c164933e9f77c110b48fe745861c3b98e3d83e"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user