diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-05-12 10:37:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:27 +0100 |
commit | bc217a6f158083763b137d222cfe3ead23cff675 (patch) | |
tree | c69083a5e832714fe4ee2d9946caba166535b9e2 /meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | |
parent | dad93163a6662bd81caa4c45bcd4c7f4cdace6fc (diff) | |
download | poky-bc217a6f158083763b137d222cfe3ead23cff675.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb')
-rw-r--r-- | meta/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 7f4c6d9349..53b302d657 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 | |||
41 | chmod +x ${D}${bindir_crossscripts}/qemuwrapper | 41 | chmod +x ${D}${bindir_crossscripts}/qemuwrapper |
42 | } | 42 | } |
43 | 43 | ||
44 | SYSROOT_PREPROCESS_FUNCS += "qemuwrapper_sysroot_preprocess" | 44 | SYSROOT_DIRS += "${bindir_crossscripts}" |
45 | |||
46 | qemuwrapper_sysroot_preprocess () { | ||
47 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} | ||
48 | } | ||
49 | 45 | ||
50 | INHIBIT_DEFAULT_DEPS = "1" | 46 | INHIBIT_DEFAULT_DEPS = "1" |