Re: [OE-core] [PATCH] libubootenv: bump to revision ba952d0

2020-02-19 Thread Pierre-Jean Texier via Openembedded-core
Hi Alex, Le 19/02/2020 à 22:17, Alexander Kanavin a écrit : If PV doesn't change, package managers will not be able to update this properly. You need to set it to something like 0.2+git${SRCPV} Sure, you're indeed right. I will send a v2. Thanks ! -- Pierre-Jean Texier Embedded Linux Engineer

Re: [OE-core] [PATCH] libubootenv: bump to revision ba952d0

2020-02-19 Thread Stefano Babic
Hallo Jean-Pierre, On 19/02/20 22:08, Pierre-Jean Texier wrote: > This includes following changes: > > ba952d0 BUG: variable lists not released in close() > 690f868 Variables are not removed when loading from file > 9e3586a Make sure there's no file descriptor leakage in case of error > 03647c4 C

Re: [OE-core] [PATCH] libubootenv: bump to revision ba952d0

2020-02-19 Thread Alexander Kanavin
If PV doesn't change, package managers will not be able to update this properly. You need to set it to something like 0.2+git${SRCPV} Alex On Wed, 19 Feb 2020 at 22:08, Pierre-Jean Texier via Openembedded-core < openembedded-core@lists.openembedded.org> wrote: > This includes following changes:

[OE-core] [PATCH] libubootenv: bump to revision ba952d0

2020-02-19 Thread Pierre-Jean Texier via Openembedded-core
This includes following changes: ba952d0 BUG: variable lists not released in close() 690f868 Variables are not removed when loading from file 9e3586a Make sure there's no file descriptor leakage in case of error 03647c4 Check config file defines a non-zero Sector size 3b2d4f1 Check environment siz