diff options
author | Ting Liu <b28495@freescale.com> | 2014-07-01 08:48:56 -0500 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-08 18:14:47 +0800 |
commit | ad18b996adf16e52142c7e48dbe7d5cacee62548 (patch) | |
tree | af6d2080fc654d071aa4bc00de21de9906577caf /meta-fsl-ppc | |
parent | 4c85bda8c2d122d3a4685f230e6393e42812e6be (diff) | |
download | meta-freescale-ad18b996adf16e52142c7e48dbe7d5cacee62548.tar.gz |
qemu: Prevent QA warnings about /run
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r-- | meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb index e76f350d3..30f27d607 100644 --- a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb +++ b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb | |||
@@ -35,6 +35,8 @@ do_install_prepend() { | |||
35 | 35 | ||
36 | do_install_append() { | 36 | do_install_append() { |
37 | rm ${WORKDIR}/powerpc_rom.bin | 37 | rm ${WORKDIR}/powerpc_rom.bin |
38 | # Prevent QA warnings about installed ${localstatedir}/run | ||
39 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | ||
38 | } | 40 | } |
39 | 41 | ||
40 | INSANE_SKIP_${PN} += "dev-deps" | 42 | INSANE_SKIP_${PN} += "dev-deps" |