[gnome-continuous-yocto/gnomeostree-3.28-rocko: 198/8267] qemuwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot



commit bc217a6f158083763b137d222cfe3ead23cff675
Author: Peter Kjellerstedt <peter kjellerstedt axis com>
Date:   Thu May 12 10:37:51 2016 +0200

    qemuwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot
    
    (From OE-Core rev: 2bf5651cbcc91333954d7d5f06bf3b247b372063)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb 
b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
index 7f4c6d9..53b302d 100644
--- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
@@ -41,10 +41,6 @@ EOF
        chmod +x ${D}${bindir_crossscripts}/qemuwrapper
 }
 
-SYSROOT_PREPROCESS_FUNCS += "qemuwrapper_sysroot_preprocess"
-
-qemuwrapper_sysroot_preprocess () {
-       sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
-}
+SYSROOT_DIRS += "${bindir_crossscripts}"
 
 INHIBIT_DEFAULT_DEPS = "1"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]