summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/freerdp
Commit message (Collapse)AuthorAgeFilesLines
* freerdp: upgrade 2.8.1 -> 2.9.0Wang Mingyu2022-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* freerdp: upgrade 2.8.0 -> 2.8.1Wang Mingyu2022-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* freerdp: upgrade 2.7.0 -> 2.8.0wangmy2022-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* freerdp: upgrade 2.6.1 -> 2.7.0wangmy2022-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* freerdp: upgrade 2.6.0 -> 2.6.1Wang Mingyu2022-03-171-1/+1
| | | | | | | | | | | | | | | | | 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>
* freerdp: upgrade 2.5.0 -> 2.6.0Wang Mingyu2022-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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>
* Fix DeprecationWarning about regexpsMartin Jansa2022-02-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* freerdp: Update to FreeRDP 2.5.0Marek Vasut2022-01-251-1/+1
| | | | | | | | | | 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>
* freerdp: Make PCSC dependency optionalMarek Vasut2021-11-181-3/+3
| | | | | | | | | | | | 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>
* freerdp: Add missing libusb1 dependencyMarek Vasut2021-11-181-1/+1
| | | | | | | | | | | | 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>
* freerdp: Upgrade 2.3.0 -> 2.4.1Marek Vasut2021-11-183-74/+1
| | | | | | | | | | 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>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | 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>
* freerdp: backport openssl 3.x patchesAlexander Kanavin2021-10-143-0/+73
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | 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>
* freerdp: Upgrade 2.2.0 -> 2.3.0Alejandro Hernandez Samaniego2021-02-281-1/+1
| | | | | Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Add missing libxkbcommon WL dependencyMarek Vasut2020-08-251-1/+1
| | | | | | | 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>
* freerdp: Upgrade to 2.2.0Khem Raj2020-08-131-4/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: update to 2.0.0 releaseMax Krummenacher2020-04-251-2/+3
| | | | | | | 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>
* freerdp: wayland: depend on wayland-nativeMax Krummenacher2020-04-251-1/+1
| | | | | | | | | 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>
* freerdp: Update to 2.0.0-rc4Khem Raj2018-12-043-37/+7
| | | | | | Drop backports which are now upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Update to 2.0.0Zheng Ruoqin2017-11-195-135/+45
| | | | | | | | | | | | | | | | | | | 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>
* freerdp: Fix build on mipsKhem Raj2017-07-142-0/+46
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-8/+4
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: properly fix QA issueMartin Jansa2016-03-071-4/+1
| | | | | | | | | * 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>
* freerdp: Fix QA warning when no binaries are builtMartin Jansa2016-02-271-2/+6
| | | | | | | * 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>
* freerdp: fold .inc into .bbMartin Jansa2016-02-252-82/+75
| | | | | | | | | | * 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>
* freerdp: backport patch to fix build with newer gstreamerMartin Jansa2016-01-062-2/+74
| | | | | | | | | | | | * 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>
* freerdp: get out of PNBLACKLIST, fix build, improveManuel Bachmann2015-10-263-17/+71
| | | | | | | | | | | | | | | | | | | | | 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>
* Revert "freerdp: move to nonworking"Martin Jansa2015-10-132-0/+72
| | | | | | | | * use PNBLACKLIST instead This reverts commit 353b2ceff20c8fcf4d58e048cab8b88f1fdccf9e. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: move to nonworkingMartin Jansa2014-04-202-67/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* freerdp: Fix branch param and set better PV in recipeMartin Jansa2014-01-012-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp-extension-xpunlimited: Remove the recipe as it is uncompatibleOtavio Salvador2012-12-071-23/+0
| | | | | | | | | 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>
* freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branchMario Domenech Goulart2012-12-041-2/+2
| | | | | | Change-Id: I9b872c1aa9a17e6ef9dc0fd4b18dfe9f354f62a6 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: disable man pages generationMario Domenech Goulart2012-12-041-1/+3
| | | | | | | | | 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>
* freerdp: Bump SRCREV to 1.0.2 snapshot of 2012-10-30Otavio Salvador2012-11-021-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: Update to lastest stable (upcoming 1.0.2)Otavio Salvador2012-10-302-12/+15
| | | | | | | | 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>
* Replace bb.data.* with d.*Paul Eggleton2012-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-191-1/+1
| | | | | | | | | | * 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>
* freerdp-extension-xpunlimited: inherit gitpkgvPaul Eggleton2012-08-241-1/+1
| | | | | | | | | If you refer to GITPKGVTAG you need to inherit gitpkgv or the result is a parsing error. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa2012-07-191-21/+21
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: use FreeRDP-old repository as 1.0 release is not stable yetOtavio Salvador2011-11-211-3/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: bump SRCREV to gather major RemoteFX improvementsOtavio Salvador2011-08-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp-extension-xpunlimited: bump SRCREV to fix a build failureOtavio Salvador2011-06-281-1/+1
| | | | | | | FreeRDP has renamed its library from libfreerdp to libfreerdp-core thus this needed changes too. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp: bump SRCREV to gather fixesOtavio Salvador2011-06-281-1/+1
| | | | | | | | This new version has many major refactorings that will be available on 0.9.0 release but the main fix is related to serial port redirection that has got many fixes and improvements. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp: bump SRCREV to 20110530 snapshotOtavio Salvador2011-06-021-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp-extension-xpunlimited: bump to fix a cache issue SRCREVOtavio Salvador2011-05-301-1/+1
| | | | | | | | | The cache of servers needs to be stored into a directory into user $HOME and was failing in case it doesn't exist. This revision fixes it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: fix homepage fieldOtavio Salvador2011-05-211-1/+1
|
* freerdp-extension-xpunlimited: add git versionOtavio Salvador2011-05-211-0/+23
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp: update to 2011-05-16 snapshotOtavio Salvador2011-05-172-9/+35
| | | | | | | | | This version includes major improvements since last version packages. It also had the plugins packages redone so they can be choosen depending on the environment needs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: add recipe based on GIT from 2009-03-29Otavio Salvador2011-05-102-0/+39
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>