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:
@@ -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}"
|
||||
Reference in New Issue
Block a user