[bitbake-devel] [PATCH] fetch2: BB_ALLOWED_NETWORKS should not care about port numbers

Olof Johansson olof.johansson at axis.com
Fri Apr 1 15:02:56 UTC 2016


On 16-04-01 16:49 +0200, Olof Johansson wrote:
> Bitbake would fail to classify the following URL as belonging to a
> allowed network, because of the port number in the url.
> 
>  BB_ALLOWED_NETWORKS = "*.example.com"
>  SRC_URI = "http://git.example.com:8080/foo.tar.gz"
> 
> Since protocols aren't specified in the BB_ALLOWED_NETWORKS variable,
> it's reasonable to believe that this should work regardless of protocol
> being used.

I noticed that this area actually has test coverage, so I resent
an updated patch series with updates to the unit tests as well.

-- 
olofjn



More information about the bitbake-devel mailing list