Am Montag 15 März 2010 11:21:15 schrieb Steffen Sledz: > Martyn Welch wrote: > > Steffen Sledz wrote: > >> I work at a recipe for rsyslog (http://www.rsyslog.com) and hit a > >> problem with the wget fetcher. > >> > >> The download uri for rsyslog-5.4.0.tar.gz does not contain the archive > >> name itself but is > >> http://www.rsyslog.com/Downloads-req-getit-lid-197.phtml. > >> > >> If i set > >> > >> SRC_URI = "http://www.rsyslog.com/Downloads-req-getit-lid-197.phtml" > >> SRC_URI[archive.md5sum] = "291882229d50496f42bd63174076dd37" > >> SRC_URI[archive.sha256sum] = > >> "d9cd21d2fcd45fcae65eb0a51927c40315cca02afdc62478abd950febfcf7228" > > > > At a guess you need to add ";name=archive" to the end of your SRC_URI. > > Nope, same behaviour. :( > > BTW: The ";name=" option is not documented in the user manual at > <http://docs.openembedded.org/usermanual/usermanual.html>. > > Steffen
Use a propper URL for the Download: http://download.rsyslog.com/rsyslog/rsyslog-5.4.0.tar.gz Thomas _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
