]> code.ossystems Code Review - openembedded-core.git/commit
archive-*-source.bbclass: handle dependency in anonymous function
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 7 May 2013 12:31:14 +0000 (15:31 +0300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Jul 2013 09:30:20 +0000 (10:30 +0100)
commit94ba93a04099866af91bfc86dca0633e7fef8ffb
tree8ce3cf695478d1792ae1731fbff75ec30d087816
parentaa02769727203650bfebf38082a2dadcc7e3b443
archive-*-source.bbclass: handle dependency in anonymous function

Using "before do_rootfs" would have this task added to do_rootfs
dependencies regardless of the filtering options. Instead, add this
dependency in the anonymous python function.

(From OE-Core master rev: 2400a74923e51e17ecfa94c2d63908b0b2aac76a)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archive-configured-source.bbclass
meta/classes/archive-original-source.bbclass
meta/classes/archive-patched-source.bbclass