[OE-core] own-mirrors parse error?

Yi Qingliang niqingliang2003 at gmail.com
Mon Feb 18 15:10:59 UTC 2013


I have set SOURCE_MIRROR_URL to my own http server.

when fetching ftp package, e.g. gcc, it will use my server, and done quickly.
but if fetching http package, e.g. db, it will not use my server, but use 
official address.

after checked meta/classes/own-mirrors.bbclass, it contain:
https?$://.*/.* ${SOURCE_MIRROR_URL}

there is not http://, after added:
http://.*/.*    ${SOURCE_MIRROR_URL}
everything is OK.

so maybe recent commit broke up the "https?$" parsing?



-- 
Nanjing Jilong
Yi Qingliang
niqingliang2003 at gmail.com




More information about the Openembedded-core mailing list