diff options
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb index c749b0c057..4c81b57716 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb | |||
| @@ -60,8 +60,12 @@ PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*" | |||
| 60 | # we will need winpr-makecert to generate TLS certificates | 60 | # we will need winpr-makecert to generate TLS certificates |
| 61 | do_install_append () { | 61 | do_install_append () { |
| 62 | install -m755 winpr/tools/makecert/cli/winpr-makecert ${D}${bindir} | 62 | install -m755 winpr/tools/makecert/cli/winpr-makecert ${D}${bindir} |
| 63 | rm -rf ${D}/${libdir}/cmake | 63 | rm -rf ${D}${libdir}/cmake |
| 64 | rm -rf ${D}/${libdir}/freerdp | 64 | rm -rf ${D}${libdir}/freerdp |
| 65 | # without x11, wayland, directfb enabled this directory will be empty | ||
| 66 | # causing QA error: ERROR: freerdp-1.2.5+gitrAUTOINC+62da9d28c6-r0 do_package: QA Issue: freerdp: Files/directories were installed but not shipped in any package: | ||
| 67 | # /usr/bin | ||
| 68 | rmdir ${D}${bindir} --ignore-fail-on-non-empty | ||
| 65 | } | 69 | } |
| 66 | 70 | ||
| 67 | python populate_packages_prepend () { | 71 | python populate_packages_prepend () { |
