vsftpd: workaroud build failure
'/run/vsftpd/empty' directory is created at runtime via volatiles bootscript under /run TMPFS. Workaround error: ERROR: QA Issue: vsftpd: Files/directories were installed but not shipped /run /run/vsftpd /run/vsftpd/empty ERROR: QA run found fatal errors. Please consider fixing them. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2479cbdf78
commit
e11af0bec2
|
|
@ -4,3 +4,5 @@ PRINC := "${@int(PRINC) + 1}"
|
|||
PR_append = "+${DISTRO}"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
INSANE_SKIP_${PN} = "installed-vs-shipped"
|
||||
|
|
|
|||
Loading…
Reference in New Issue