[meta-mentor] [PATCH 1/1] copyleft_compliance: add do_prepare_copyleft_sources_all
Drew Moseley
drew_moseley at mentor.com
Mon May 20 11:38:41 PDT 2013
From: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Christopher Larson <chris_larson at mentor.com>
(cherry picked from commit cf957f95f70df61c6bfbc793b06fdf759b4506c3)
---
classes/copyleft_compliance.bbclass | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/classes/copyleft_compliance.bbclass b/classes/copyleft_compliance.bbclass
index c5cef10..ab9d1be 100644
--- a/classes/copyleft_compliance.bbclass
+++ b/classes/copyleft_compliance.bbclass
@@ -110,3 +110,10 @@ python do_prepare_copyleft_sources () {
addtask prepare_copyleft_sources after do_fetch before do_build
do_prepare_copyleft_sources[dirs] = "${WORKDIR}"
do_build[recrdeptask] += 'do_prepare_copyleft_sources'
+
+addtask prepare_copyleft_sources_all after do_prepare_copyleft_sources
+do_prepare_copyleft_sources_all[recrdeptask] = 'do_prepare_copyleft_sources_all do_prepare_copyleft_sources'
+do_prepare_copyleft_sources_all[nostamp] = "1"
+python do_prepare_copyleft_sources_all() {
+ pass
+}
--
1.7.9.5
More information about the meta-mentor
mailing list