]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: remove task sanitize_sources
authorKai Kang <kai.kang@windriver.com>
Mon, 10 Nov 2014 02:22:05 +0000 (10:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Nov 2014 15:36:12 +0000 (15:36 +0000)
There is no dtc/.git and pixman/.git files any longer. So remove task
sanitize_sources which is used to remove these files.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/qemu_2.1.2.bb

index 0e206059193e3f0f24ae8a708a083da06b8cb7d1..55ae7b60a6a300dd4003a1e4f2158b6112e46acd 100644 (file)
@@ -13,14 +13,6 @@ SRC_URI[sha256sum] = "fd10f5e45cf5a736fa5a3e1c279ae9821534e700beb7d1aab88a07648a
 
 COMPATIBLE_HOST_class-target_mips64 = "null"
 
-do_sanitize_sources() {
-    # These .git files point to a nonexistent path "../.git/modules" and will confuse git
-    # if it tries to recurse into those directories.
-    rm -f ${S}/dtc/.git ${S}/pixman/.git
-}
-
-addtask sanitize_sources after do_unpack before do_patch
-
 do_install_append() {
     # Prevent QA warnings about installed ${localstatedir}/run
     if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi