From: Ting Liu <[email protected]>

Signed-off-by: Ting Liu <[email protected]>
---
 recipes-devtools/qemu/qemu_fslgit.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-devtools/qemu/qemu_fslgit.bb 
b/recipes-devtools/qemu/qemu_fslgit.bb
index e76f350..30f27d6 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -35,6 +35,8 @@ do_install_prepend() {
 
 do_install_append() {
        rm ${WORKDIR}/powerpc_rom.bin
+    # Prevent QA warnings about installed ${localstatedir}/run
+    if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
 }
 
 INSANE_SKIP_${PN} += "dev-deps"
-- 
1.7.9.7

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to