freerdp3: fix krdp build

The configure task of krdp fails if either winpr-makecert3 or
winpr-hash3 is missing from the sysroot.

This patch adds a simple bbappend which makes sure those two files are
present.

A patch as been sent to upstream meta-openembedded.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
Marc Ferland
2025-08-22 15:39:56 -04:00
parent 5241af9c96
commit 430b69ec6f

View File

@@ -0,0 +1,4 @@
# Make sure sysroot is populated with winpr-hash3 and
# winpr-makecert3. Both are needed when executing the do_configure
# task for krdp.
SYSROOT_DIRS += "${bindir}"