Re: [OE-core] [PATCH v2 02/26] package_managers: Add directory structure

2020-06-25 Thread Paul Barker
On Thu, 25 Jun 2020 at 11:22, Fredrik Gustafsson wrote: > > This is first part of a refactoring to split up the package managers to > different files making it easier to extend OE-Core with more package > managers. > > Signed-off-by: Fredrik Gustafsson > --- >

[OE-core] [PATCH v2 02/26] package_managers: Add directory structure

2020-06-25 Thread Fredrik Gustafsson
This is first part of a refactoring to split up the package managers to different files making it easier to extend OE-Core with more package managers. Signed-off-by: Fredrik Gustafsson --- meta/lib/oe/package_managers/deb/__init__.py | 3 +++ meta/lib/oe/package_managers/ipk/__init__.py | 3 +++