diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-19 15:30:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:03 -0700 |
commit | 61554ba91a068d9dfc820204b7adc6ecd11affb8 (patch) | |
tree | 3ea1fbc2a9e8940c007e72578bd8ef631f2cc0f8 | |
parent | 5f295bc8e94c4e26876d7a075ca55dcc1f1d1f53 (diff) | |
download | meta-openembedded-61554ba91a068d9dfc820204b7adc6ecd11affb8.tar.gz |
freerdp: upgrade 2.11.0 -> 2.11.1
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>
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.11.1.bb (renamed from meta-oe/recipes-support/freerdp/freerdp_2.11.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.11.1.bb index 4a5a763c8..063a63b1e 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.1.bb | |||
@@ -13,7 +13,7 @@ inherit pkgconfig cmake gitpkgv | |||
13 | PE = "1" | 13 | PE = "1" |
14 | PKGV = "${GITPKGVTAG}" | 14 | PKGV = "${GITPKGVTAG}" |
15 | 15 | ||
16 | SRCREV = "1384b3c33b9bd7599633cc54bf20cf20ec6be83c" | 16 | SRCREV = "9d3d40bf3e429c0cd6609f686c0e73ed0eff0a07" |
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-Fix-const-qualifier-error.patch \ | 19 | file://0001-Fix-const-qualifier-error.patch \ |