Richard Purdie
<[email protected]>
writes:

>> >> Is there a way to exclude such tasks from the signature handling?
>> >
>> > The easiest option is probably something like:
>> >
>> > do_rm_old_works[vardepexclude] = "PN"
>> 
>> I tried this but it is not really an option...
> 
> Can you point me at a copy of the class your using and the full diffsigs
> output please?

---
do_rm_old_work() {
  :
}
addtask rm_old_work before do_unpack
---

suffices; the diffsigs difference is caused by different sh environment
between target, -native and -cross recipes.

I solved it for now by modifying sstatesig.py but a more generic way
would be nice.



Enrico

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to