On Wed, 2009-11-11 at 02:06 +0100, Holger Hans Peter Freyther wrote:
> SRC_URI = "http://example.org/${PN}-${PV}.tar,bz2";
> 
> how do you want to handle these? What happens if you place a checksum in the 
> inc file? Do you want to propose removing SRC_URI from .ini files and put 
> them 
> back to the .bb files?

SRC_URI = "http://example.org/${PN}-${PV}.tar,bz2;md5sum=${MD5SUM}";

You can define ${MD5SUM} whereever you like.

p.



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

Reply via email to