On Wed, 2009-11-11 at 14:17 +0000, Richard Purdie wrote: > SCR_URI = "xyz://abc.com/efg.tgz;name=bar" > > MD5SUM_bar = "" > > or maybe : > > MD5SUM[bar] = ""
The labelling is a good idea, although I am not especially keen on either of those notations. How about: SRC_URI = "xyz://abc.com/efg.tgz;name=bar" SRC_URI[md5sum:bar] = "..." SRC_URI[sha256sum:bar] = "..." p. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
