[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4384/8267] distrodata: add DATETIME to vardepsexclude for do_distro_check.
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 4384/8267] distrodata: add DATETIME to vardepsexclude for do_distro_check.
- Date: Sun, 17 Dec 2017 01:57:40 +0000 (UTC)
commit 9533e14e6ff8be13b5a3e156b1e738f986c026e8
Author: Ross Burton <ross burton intel com>
Date: Wed Jan 25 16:21:08 2017 +0000
distrodata: add DATETIME to vardepsexclude for do_distro_check.
This task uses DATETIME so add it to vardepsexclude so bitbake doesn't refuse to
execute the task when the time changes between the controller and the worker
calculating the hash.
[ YOCTO #10960 ]
(From OE-Core rev: e6784ef0d56a1b297001bc59c0da3aecebd1c656)
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/classes/distrodata.bbclass | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index 5b3a3e0..9587ba0 100644
--- a/meta/classes/distrodata.bbclass
+++ b/meta/classes/distrodata.bbclass
@@ -392,6 +392,7 @@ python distro_check_eventhandler() {
addtask distro_check
do_distro_check[nostamp] = "1"
+do_distro_check[vardepsexclude] += "DATETIME"
python do_distro_check() {
"""checks if the package is present in other public Linux distros"""
import oe.distro_check as dc
@@ -475,5 +476,3 @@ do_checklicenseall[nostamp] = "1"
do_checklicenseall() {
:
}
-
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]