diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-09 11:50:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-12 08:43:18 -0700 |
| commit | 4b14dacf555167e792a469fb6de7b35c0b6a884a (patch) | |
| tree | b9e9685b75f2b451486952469dce44b9ffa9e6bb | |
| parent | c808ff41af221577d6ccfec424ba2804c8d33fe9 (diff) | |
| download | meta-openembedded-4b14dacf555167e792a469fb6de7b35c0b6a884a.tar.gz | |
freerdp: Upgrade to 2.11.7
Partially backport a fix to build with gcc-14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch | 27 | ||||
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb (renamed from meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb) | 3 |
2 files changed, 29 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch new file mode 100644 index 0000000000..7fae2703f8 --- /dev/null +++ b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 75fa1fa5bd5ef2350390564245fd0984209ac092 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: akallabeth <akallabeth@posteo.net> | ||
| 3 | Date: Mon, 4 Jul 2022 14:34:46 +0200 | ||
| 4 | Subject: [PATCH] Fixed compilation warnings | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://github.com/FreeRDP/FreeRDP/commit/2da280b8a1748052b70b3f5a1ef0d8e932c33adc] | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | client/X11/xf_graphics.c | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/client/X11/xf_graphics.c b/client/X11/xf_graphics.c | ||
| 13 | index 5aa1fd48b..fe81e0ed9 100644 | ||
| 14 | --- a/client/X11/xf_graphics.c | ||
| 15 | +++ b/client/X11/xf_graphics.c | ||
| 16 | @@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, rdpPointer* pointer) | ||
| 17 | |||
| 18 | #endif | ||
| 19 | fail: | ||
| 20 | - WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1); | ||
| 21 | + WLog_DBG(TAG, "%s: %p", __func__, rc ? pointer : NULL); | ||
| 22 | return rc; | ||
| 23 | } | ||
| 24 | |||
| 25 | -- | ||
| 26 | 2.45.0 | ||
| 27 | |||
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb index 8de0e39ad7..37a28bfecf 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb | |||
| @@ -13,9 +13,10 @@ inherit pkgconfig cmake gitpkgv | |||
| 13 | PE = "1" | 13 | PE = "1" |
| 14 | PKGV = "${GITPKGVTAG}" | 14 | PKGV = "${GITPKGVTAG}" |
| 15 | 15 | ||
| 16 | SRCREV = "a38c1be9eee39a9bc22b511fffe96e63fdf8ebe7" | 16 | SRCREV = "7f6cc93c21d7f0faad6daacca06f494f29ce882c" |
| 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ | 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ |
| 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ | 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ |
| 19 | file://0001-Fixed-compilation-warnings.patch \ | ||
| 19 | file://0001-Fix-const-qualifier-error.patch \ | 20 | file://0001-Fix-const-qualifier-error.patch \ |
| 20 | file://0002-Do-not-install-tools-a-CMake-targets.patch \ | 21 | file://0002-Do-not-install-tools-a-CMake-targets.patch \ |
| 21 | " | 22 | " |
