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>
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
# 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}"
|