summaryrefslogtreecommitdiffstats
path: root/meta/classes/distrodata.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/distrodata.bbclass')
-rw-r--r--meta/classes/distrodata.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index 5b3a3e0f1c..9587ba0daf 100644
--- a/meta/classes/distrodata.bbclass
+++ b/meta/classes/distrodata.bbclass
@@ -392,6 +392,7 @@ python distro_check_eventhandler() {
392 392
393addtask distro_check 393addtask distro_check
394do_distro_check[nostamp] = "1" 394do_distro_check[nostamp] = "1"
395do_distro_check[vardepsexclude] += "DATETIME"
395python do_distro_check() { 396python do_distro_check() {
396 """checks if the package is present in other public Linux distros""" 397 """checks if the package is present in other public Linux distros"""
397 import oe.distro_check as dc 398 import oe.distro_check as dc
@@ -475,5 +476,3 @@ do_checklicenseall[nostamp] = "1"
475do_checklicenseall() { 476do_checklicenseall() {
476 : 477 :
477} 478}
478
479