[oe-commits] Kai Kang : qemu: remove task sanitize_sources

git at git.openembedded.org git at git.openembedded.org
Wed Nov 12 15:39:02 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 8d280849b00b1e8ec0de906f6d2ad0b4dc31864a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8d280849b00b1e8ec0de906f6d2ad0b4dc31864a

Author: Kai Kang <kai.kang at windriver.com>
Date:   Mon Nov 10 10:22:05 2014 +0800

qemu: remove task sanitize_sources

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 at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/qemu/qemu_2.1.2.bb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu_2.1.2.bb b/meta/recipes-devtools/qemu/qemu_2.1.2.bb
index 0e20605..55ae7b6 100644
--- a/meta/recipes-devtools/qemu/qemu_2.1.2.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.1.2.bb
@@ -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



More information about the Openembedded-commits mailing list