aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp
AgeCommit message (Collapse)Author
2024-03-22freerdp3: disable shadow without x11Martin Jansa
* add -DWITH_SHADOW=OFF to avoid build failure without x11 in DISTRO_FEATURES: CMake Error at TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) Call Stack (most recent call first): TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) TOPDIR/BUILD/work/raspberrypi4_64-oe-linux/freerdp3/3.4.0/recipe-sysroot-native/usr/share/cmake-3.28/Modules/FindX11.cmake:665 (find_package_handle_standard_args) server/shadow/X11/CMakeLists.txt:1 (find_package) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20freerdp3: add recipeMarkus Volk
freerdp3 is required to build gnome-remote-desktop-46.0 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19freerdp: provide cmake integrationAndreas Cord-Landwehr
Do not delete the cmake config and target files to allow easy integration with cmake based libraries/applications. Signed-off-by: Andreas Cord-Landwehr <cordlandwehr@kde.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-23freerdp: upgrade 2.11.1 -> 2.11.2Wang Mingyu
Changelog: =========== Backported #9378: backported wArrayList (optional) copy on insert Backported #9360: backported certificate algorithm detection Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20freerdp: upgrade 2.11.0 -> 2.11.1Wang Mingyu
Changelog: * Backported #9356: Fix issues with order updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-11freerdp: upgrade 2.10.0 -> 2.11.0Wang Mingyu
0001-Fix-const-qualifier-error.patch added to fix error with clang Changelog: =========== Noteworthy changes: * Various input validation fixes * Added various CMake options #9317 * LibreSSL build fixes #8709 Fixed issues: * Backported #9233: Big endian support * Backported #9099: Mouse grabbing support * Backported #6851: wayland scrolling fix * Backported #8690: Update h264 to use new FFMPEG API * Backported #7306: early bail from update_read_window_state_order breaks protocol * Backported #8903: rdpecam/server: Remove wrong assertion * Backported #8994: bounds checks for gdi/gfx rectangles * Backported #9023: enforce rdpdr client side state checks * Backported #6331: deactivate mouse grabbing by default * Cherry-pick out of #9172: channels/cliprdr: Fix writing incorrect PDU type for unlock PDUs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21*.patch: add Upstream-Status to all patchesMartin Jansa
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25freerdp: Fix reference to TMPDIR in libfreerdp2.soKhem Raj
Fixes File /usr/lib/libwinpr2.so.2.10.0 in package libfreerdp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-08freerdp: set PROXY_PLUGINDIRMarkus Volk
This avoids buildpath in freerdp-proxy binary Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-09freerdp: upgrade 2.9.0 -> 2.10.0Wang Mingyu
0001-Fix-incompatible-function-pointer-types.patch removed since it's included in 2.10.0 Changelog: =========== Notewhorth changes: ------------------- * Fix android build scripts, use CMake from SDK * Fix connection negotiation with mstsc/msrdc #8426 * [ntlm]: use rfc5929 binding hash algorithm #8430 * [channels,printer] Fixed reference counting #8433 * Fix uwac pixman #8439 * Fix Rdp security #8457 * [client,x11] Detect key autorepeat #8522 * [build] add channel path to RPATH #8551 * Fix build with BUILTIN_CHANNELS=OFF #8560 * revert changes so that the osmajortype/osminortype is not overwritten #8571 * [uwac] do not use iso C functions #8604 * [winpr,sam] fix inalid NULL arguments #8605 * Fix incompatible function pointer types #8625 Fixed issues: ------------- * Backported #8581: Ignore data PDUs for DVCs that were not opened successfully * Backported #8498: [channel,urbdrc] fix type of usb hotplug callback * Backported #8537: Extended info enforce limits * Backported #8611: [core] add missing redirection fields Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-21freerdp: Fix incompatible function pointer typeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-15freerdp: build the rdp serverMarkus Volk
gnome-remote-desktop requires the freerdp server as a build dependency Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19freerdp: upgrade 2.8.1 -> 2.9.0Wang Mingyu
Changelog: ========== Notewhorth changes: ------------------- Backported #8252: Support sending server redirection PDU Backported #8406: Ensure X11 client cursor is never smaller 1x1 Backported #8403: Fixed multiple client side input validation issues (CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347) Backported #7282: Proxy server now discards input events sent before activation was received Backported #8324: Internal replacements for md4, md5 and hmac-md5 For the time being the RDP protocol requires these outdated hash algorithms. So any distribution that wants to ship a working FreeRDP should check the options WITH_INTERNAL_MD4 (and depending on OpenSSL deprecation status WITH_INTERNAL_MD5) Fixed issues: -------------- Backported #8341: Null checks in winpr_Digest_Free Backported #8335: Missing NULL return in winpr_Digest_New Backported #8192: Support for audin version 2 microphone channel Backported #7282: Discard input events before activation (Fixes #8374) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-18freerdp: upgrade 2.8.0 -> 2.8.1Wang Mingyu
Changelog: ============ Notewhorth changes: Fixed CVE-2022-39282 Fixed CVE-2022-39283 Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable) Added hash checks for android build script dependencies Fixed issues: #8190: Fix build break with newer FFMPEG versions #8234: Updated flatpak with build script #8210: Better execinfo support check for android #7708: Header now defines DumpThreadHandles #8176: Check fullscreen state and not setting #8236: Send resize on window state change #7611: Audin macOS monterey fix #8291: Android build script update Fix length checks and initialization in the deprecated (disabled per default) tsmf channel Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-06freerdp: upgrade 2.7.0 -> 2.8.0wangmy
Changelog: ========== Noteworthy changes: ------------------- Backported API to get peer accepted channel option flags Backported API to get peer accepted channel names Backported Stream_CheckAndLogRequiredLength Backported #7954: Add server side handling for [MS-RDPET] Backported #8010: Add server side handling for [MS-RDPECAM] Backported #8041: Remove ALAW/ULAW codecs from linux backends (unreliable) Backported #8051: Relieve CLIPRDR filename restriction when connecting to non-MS Windows servers Backported #8048: TLS version control Backported #7987: Add a new command line arg to enforce tls1.2 Fixed issues: -------------- Fixed #7837: Prevent out of bound reads for FFMPEG Backported #7859 and #7861: Unwind support for backtrace generation Backported #7440: wlfreerdp appid Backported #7832: RAIL window restore Backported #7833: Refactored WinPR thread locking Backported #7893: Mac rdpsnd memory leak fixes Backported #7895: Mac audin memory leak fixes Backported #7898: Automatic android versioning Backported #7916: GFX 10.7 capability support Backported #7949: Server RDPSND API improvements Backported #7957: Server DVC API improvements Backported #7760: Fixed osMinorType values Backported #8013: Add missing osMajorType values Backported #8076: Fix wrong usage of subband diffing flag (tile artifact fix) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-05-09freerdp: upgrade 2.6.1 -> 2.7.0wangmy
Changelog: ========== Noteworthy changes: Backported OpenSSL3 gateway support (#7822) Backported various NTLM fixes Backported WINPR_ASSERT to ease future backports Fixed issues: Backported #6786: Use /network:auto by default Backported #7714: Workaround for broken surface frame marker Backported #7733: Support 10bit X11 color (BGRX32 only) Backported #7745: GFX progressive double free Backported #7808: Disable websockets with /gt:rpc Backported #7815: RAIL expect LOGON_MSG_SESSION_CONTINUE Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-17freerdp: upgrade 2.6.0 -> 2.6.1Wang Mingyu
Changelog: ========= Noteworthy changes: ------------------ Decreased logging verbosity, now freerdp is much less verbose by default Fixed issues: -------------- Backported freerdp_abort_connect during freerdp_connect fix (#7700) Backported improved version dection see docs/version_detection.md for details Backported various rdpsnd fixes (#7695) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01freerdp: upgrade 2.5.0 -> 2.6.0Wang Mingyu
Changelog: ========= Noteworthy changes: * Backported android FFMPEG build scripts * Updated android build dependencies Fixed issues: * Backported #7303: Fix PDU length for RDPINPUT_PROTOCOL_V300 * Backported #7658: Sanitize optional physical monitor size values * Backported #7426: Wayland memory corruption * Backported #7293: Remove unused codec x264 * Backported #7541: Allow resolutions larger 2048x2048 * Backported #7574: FFMPEG 5.0 support * Backported #7578: FFMPEG 5.0 support * Backported #7580: Fixed device hotplugging * Backported #7583: GetUserNameExA: Prefer getpwuid_r over getlogin_r over getlogin * Backported #7585: Android Mediacodec support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-21Fix DeprecationWarning about regexpsMartin Jansa
* fixes: meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:125: DeprecationWarning: invalid escape sequence \. meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:126: DeprecationWarning: invalid escape sequence \. meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:128: DeprecationWarning: invalid escape sequence \. meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:129: DeprecationWarning: invalid escape sequence \. meta-oe/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb:130: DeprecationWarning: invalid escape sequence \. meta-oe/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb:18: DeprecationWarning: invalid escape sequence \. meta-oe/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb:21: DeprecationWarning: invalid escape sequence \. meta-oe/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb:28: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1342: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1343: DeprecationWarning: invalid escape sequence \- oe-core/meta/classes/package.bbclass:1343: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1344: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1345: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1348: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1350: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1353: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1355: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1358: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1360: DeprecationWarning: invalid escape sequence \. oe-core/meta/classes/package.bbclass:1365: DeprecationWarning: invalid escape sequence \. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-25freerdp: Update to FreeRDP 2.5.0Marek Vasut
Update FreeRDP to latest stable version, 2.5.0, to pull in latest batch of bugfixes. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18freerdp: Make PCSC dependency optionalMarek Vasut
The PCSC is used for smartcard forwarding, make this optional as not all users need this functionality and it pulls in considerable amount of dependencies. Keep this enabled by default to retain backward compatibility. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18freerdp: Add missing libusb1 dependencyMarek Vasut
The freerdp does depend on libusb1 for rdpdr device forwarding. This missing dependency is currently hidden, since it is pulled in by pcsc-lite, but if the later is removed from DEPENDS, the build fails. Add the missing dependency. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-18freerdp: Upgrade 2.3.0 -> 2.4.1Marek Vasut
Upgrade freerdp to latest stable 2.x version and drop OpenSSL 3.x backports which are already upstream. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alex@linutronix.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-14freerdp: backport openssl 3.x patchesAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-02-28freerdp: Upgrade 2.2.0 -> 2.3.0Alejandro Hernandez Samaniego
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-25freerdp: Add missing libxkbcommon WL dependencyMarek Vasut
The WL build depends on libxkbcommon, so add the dependency. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-13freerdp: Upgrade to 2.2.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25freerdp: update to 2.0.0 releaseMax Krummenacher
Bump PE to prevent 'version-going-backwards (from 0:2.0.0-rc4-r0 to 0:2.0.0-r0)' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25freerdp: wayland: depend on wayland-nativeMax Krummenacher
do_configure tests for wayland-scanner and silently drops the wayland configure option if not found. Adding wayland-native to depends fixes that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04freerdp: Update to 2.0.0-rc4Khem Raj
Drop backports which are now upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-11-19freerdp: Update to 2.0.0Zheng Ruoqin
1) Upgrade freerdp from 1.2.5 to 2.0.0. 2) Delete two patches for they are included in 2.0.0. 0001-FindGStreamer_1_0-fix-build-failure-for-new-gstreame.patch 0003-add-missing-define.patch 3) Add one patch 0001-Fix-gstreamer-1.0-detection.patch to fix the do_configure problem: | -- Finding required feature XRandR for X11 randr (X11 randr extension) | -- Found XRANDR: /yocto/work001/fnst/zrq/community/build_master/tmp/work/i586-poky-linux/freerdp/2.0.0+gitrAUTOINC+1648deb435-r0/recipe-sysroot/usr/lib/libXrandr.so | CMake Error at channels/tsmf/client/gstreamer/CMakeLists.txt:21 (message): | GStreamer library not found, but required for TSMF module. 4) Modify the do_install directory from winpr/tools/makecert/cli/ to winpr/tools/makecert-cli/ Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-07-14freerdp: Fix build on mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-07Make use of the new bb.utils.filter() functionPeter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-07freerdp: properly fix QA issueMartin Jansa
* without x11, wayland, directfb enabled there is no bindir directory so the error wasn't about empty /usr/bin/ being unpackaged, but there was /usr/bin binary which was winpr-makecert installed above, fix by creating the directory first Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-27freerdp: Fix QA warning when no binaries are builtMartin Jansa
* without x11 or wayland enabled from DISTRO_FEATURES there is nothing in /usr/bin and this empty directory causes QA error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-02-25freerdp: fold .inc into .bbMartin Jansa
* currently it's broken again ERROR: freerdp-1.2.5+gitrAUTOINC+62da9d28c6-r0 do_package: QA Issue: freerdp: Files/directories were installed but not shipped in any package: /usr/bin Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. freerdp: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-01-06freerdp: backport patch to fix build with newer gstreamerMartin Jansa
* otherwise the include path will miss sysroots/qemux86/usr/lib/gstreamer-1.0/include * and build will fail like this: In file included from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstbin.h:27:0, from /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gst.h:35, from /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/freerdp/1.2.5+gitrAUTOINC+62da9d28c6-r0/git/channels/tsmf/client/gstreamer/tsmf_gstreamer.c:36: /OE/build/oe-core/tmp-glibc/sysroots/qemux86/usr/include/gstreamer-1.0/gst/gstelement.h:55:27: fatal error: gst/gstconfig.h: No such file or directory compilation terminated. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-26freerdp: get out of PNBLACKLIST, fix build, improveManuel Bachmann
We make the "freerdp" recipe active again, fix the build by pulling a more recent version (the "stable" branches are buggy and useless), and fix ARM runtime with -fPIC. We can then : - make X11 non-mandatory ; - add support for Wayland ("wlfreerdp" client) ; - add support for DirectFB ("dfreerdp" client) ; - add support for GStreamer 1.0 ; - make "heavy" features such as pulseaudio, cups... non-mandatory. We really want to install the "winpr-makecert" tool to have TLS, but CMake does not position its RPATH cleanly, so let us have a custom patch for that until it gets sorted out. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13Revert "freerdp: move to nonworking"Martin Jansa
* use PNBLACKLIST instead This reverts commit 353b2ceff20c8fcf4d58e048cab8b88f1fdccf9e. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20freerdp: move to nonworkingMartin Jansa
* until this is resolved: freerdp-1.0.2+gitrAUTOINC+f311acaffb: freerdp: Files/directories were installed but not shipped /usr/usr /usr/usr/lib /usr/usr/lib/freerdp /usr/usr/lib/freerdp/printer.so /usr/usr/lib/freerdp/rdpsnd.so /usr/usr/lib/freerdp/rail.so /usr/usr/lib/freerdp/rdpdr.so /usr/usr/lib/freerdp/audin_alsa.so /usr/usr/lib/freerdp/rdpsnd_pulse.so /usr/usr/lib/freerdp/rdpdbg.so /usr/usr/lib/freerdp/audin.so /usr/usr/lib/freerdp/scard.so /usr/usr/lib/freerdp/audin_pulse.so /usr/usr/lib/freerdp/tsmf_alsa.so /usr/usr/lib/freerdp/tsmf.so /usr/usr/lib/freerdp/cliprdr.so /usr/usr/lib/freerdp/parallel.so /usr/usr/lib/freerdp/rdpsnd_alsa.so /usr/usr/lib/freerdp/drdynvc.so /usr/usr/lib/freerdp/tsmf_pulse.so /usr/usr/lib/freerdp/serial.so /usr/usr/lib/freerdp/disk.so /usr/usr/lib/freerdp/.debug /usr/usr/lib/freerdp/.debug/printer.so /usr/usr/lib/freerdp/.debug/rail.so /usr/usr/lib/freerdp/.debug/rdpsnd.so /usr/usr/lib/freerdp/.debug/rdpdr.so /usr/usr/lib/freerdp/.debug/audin_alsa.so /usr/usr/lib/freerdp/.debug/rdpsnd_pulse.so /usr/usr/lib/freerdp/.debug/rdpdbg.so /usr/usr/lib/freerdp/.debug/audin.so /usr/usr/lib/freerdp/.debug/scard.so /usr/usr/lib/freerdp/.debug/audin_pulse.so /usr/usr/lib/freerdp/.debug/tsmf_alsa.so /usr/usr/lib/freerdp/.debug/tsmf.so /usr/usr/lib/freerdp/.debug/cliprdr.so /usr/usr/lib/freerdp/.debug/rdpsnd_alsa.so /usr/usr/lib/freerdp/.debug/parallel.so /usr/usr/lib/freerdp/.debug/drdynvc.so /usr/usr/lib/freerdp/.debug/tsmf_pulse.so /usr/usr/lib/freerdp/.debug/serial.so /usr/usr/lib/freerdp/.debug/disk.so * I've reported it mutiple times and nobody seems to care enough to fix that, so maybe it's not used by anybody Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-01freerdp: Fix branch param and set better PV in recipeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-07freerdp-extension-xpunlimited: Remove the recipe as it is uncompatibleOtavio Salvador
The 1.0 version of FreeRDP has change a lot and made the extension to fail; as this extension has some limit usage (due some legal interpretations) we stoped to support it upstream and in O.S. Systems. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branchMario Domenech Goulart
Change-Id: I9b872c1aa9a17e6ef9dc0fd4b18dfe9f354f62a6 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-04freerdp: disable man pages generationMario Domenech Goulart
Man pages generation uses xmlto, and it seems that it is currently broken on OE. Change-Id: I1dccb9339c20b0b898344cf60c02a705d9c32794 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-02freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-30freerdp: Update to lastest stable (upcoming 1.0.2)Otavio Salvador
This changes the build system from autotools for cmake so we change the options to allow it to proper build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-28Replace bb.data.* with d.*Paul Eggleton
Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>