summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.7.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.7.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.7.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.7.0.bb b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
index d5265bcf57..c0e8b5523e 100644
--- a/meta/recipes-devtools/qemu/qemu_1.7.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
@@ -11,6 +11,14 @@ SRC_URI[sha256sum] = "31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46b
11 11
12COMPATIBLE_HOST_class-target_mips64 = "null" 12COMPATIBLE_HOST_class-target_mips64 = "null"
13 13
14do_sanitize_sources() {
15 # These .git files point to a nonexistent path "../.git/modules" and will confuse git
16 # if it tries to recurse into those directories.
17 rm -f ${S}/dtc/.git ${S}/pixman/.git
18}
19
20addtask sanitize_sources after do_unpack before do_patch
21
14do_install_append() { 22do_install_append() {
15 # Prevent QA warnings about installed ${localstatedir}/run 23 # Prevent QA warnings about installed ${localstatedir}/run
16 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi 24 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi