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
niqingliang2...@gmail.com

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to