freerdp3: Upgrade to 3.17.1

* Package proxy-plugins into their own package
* Add missing dependency on json-c
* While new plugins have solib prefix .so are still
  packaged for compatibility

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-09-17 12:52:29 -07:00
parent 099dbddcb2
commit 6a86d97e0e
@@ -3,12 +3,12 @@ HOMEPAGE = "http://www.freerdp.com"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS = "openssl libusb1 uriparser cairo icu pkcs11-helper zlib jpeg"
DEPENDS = "openssl libusb1 uriparser cairo icu pkcs11-helper zlib jpeg json-c"
inherit pkgconfig cmake
SRCREV = "eda5c99686e15327f2f37b9cadf307e852b96adf"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https"
SRCREV = "854937b55bbb81a92114cc1e6f5ddcaa8d22a669"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=master;protocol=https;tag=${PV}"
CVE_PRODUCT = "freerdp"
@@ -59,5 +59,12 @@ do_configure:append() {
sed -i -e 's|${WORKDIR}||g' ${B}/winpr/include/winpr/buildflags.h
}
PACKAGES =+ "${PN}-proxy-plugins"
FILES:${PN}-proxy-plugins += "${libdir}/${BPN}/proxy/*.so*"
FILES:${PN} += "${datadir}"
SYSROOT_DIRS += "${bindir}"
INSANE_SKIP:${PN}-proxy-plugins += "dev-so"