[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5575/8267] Revert "staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch"
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 5575/8267] Revert "staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch"
- Date: Sun, 17 Dec 2017 03:37:57 +0000 (UTC)
commit 0793c758b15e5007b4dd4b146987a0e74d6f6cba
Author: Richard Purdie <richard purdie linuxfoundation org>
Date: Tue Apr 11 00:56:18 2017 +0100
Revert "staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch"
There seems to be an issue with the patch, revert for now.
This reverts commit cd5e0a32184d98beb8d81e6b5527166d3ca4fb3c.
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/classes/staging.bbclass | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index c50abd0..27fcd1e 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -647,11 +647,6 @@ python staging_taskhandler() {
deps = d.getVarFlag(task, "depends")
if deps and "populate_sysroot" in deps:
d.appendVarFlag(task, "prefuncs", " extend_recipe_sysroot")
- # If this is do_fetch, we need to move the cleandirs above to the extend_recipe_sysroot task
- # else we'd wipe out the sysroot we just created.
- if task == "do_fetch":
- d.setVarFlag("extend_recipe_sysroot", "cleandirs", d.getVarFlag(task, "cleandirs"))
- d.delVarFlag(task, "cleandirs")
}
staging_taskhandler[eventmask] = "bb.event.RecipeTaskPreProcess"
addhandler staging_taskhandler
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]