Re: [OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-07-02 Thread richard . purdie
On Tue, 2019-07-02 at 11:10 +0200, Pierre Le Magourou wrote: > Hi, > > > > On 07/02/2019 03:39 PM, ChenQi wrote: > > > > A recent do_populate_cve_db failure: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1005/steps/7/logs/errors > > > > > > > > > > > > Could you

Re: [OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-07-02 Thread Pierre Le Magourou
Hi, > > On 07/02/2019 03:39 PM, ChenQi wrote: > > > A recent do_populate_cve_db failure: > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1005/steps/7/logs/errors > > > > > > > > > Could you please help look at what's going on? > On Tue, 2019-07-02 at 16:08 +0800, ChenQi

Re: [OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-07-02 Thread Richard Purdie
On Tue, 2019-07-02 at 16:08 +0800, ChenQi wrote: > I just tired to open the web but failed. The web seems down. > > Regards, > Chen Qi > > On 07/02/2019 03:39 PM, ChenQi wrote: > > A recent do_populate_cve_db failure: > >

Re: [OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-07-02 Thread ChenQi
I just tired to open the web but failed. The web seems down. Regards, Chen Qi On 07/02/2019 03:39 PM, ChenQi wrote: A recent do_populate_cve_db failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1005/steps/7/logs/errors Could you please help look at what's going on?

Re: [OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-07-02 Thread ChenQi
A recent do_populate_cve_db failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1005/steps/7/logs/errors Could you please help look at what's going on? Regards, Chen Qi On 06/24/2019 05:44 PM, Pierre Le Magourou wrote: From: Pierre Le Magourou urllib3 was used in this

[OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-06-24 Thread Pierre Le Magourou
From: Pierre Le Magourou urllib3 was used in this recipe but it was not set as a dependency. As it is not specifically needed, rewrite the recipe with urllib from the standard library. Signed-off-by: Pierre Le Magourou --- meta/recipes-core/meta/cve-update-db.bb | 10 -- 1 file