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:
Javier Viguera 2014-03-12 12:14:57 +01:00
parent 2479cbdf78
commit e11af0bec2
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ PRINC := "${@int(PRINC) + 1}"
PR_append = "+${DISTRO}" PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:" FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
INSANE_SKIP_${PN} = "installed-vs-shipped"