Skip to content
Snippets Groups Projects
Commit 0509da8d authored by Andrew Lee (李健秋)'s avatar Andrew Lee (李健秋)
Browse files

Move image recipes away from meta packages

The current image recipes rely on a bunch of meta packages to fetch the
appropriate packages.

This approach does not scale well: every time we want to add a new image
type we would need to create a new recipe and a new package, filling the
archive with meta packages that may differ only for a couple
dependencies and making the whole flow more cumbersome.

Current recipes also do not exclusively rely on these meta packages, as
they often explicitly list some direct package dependencies already.

Putting the package dependencies directly in the recipes and dropping
the meta package would provide a smoother workflow.

This patch do not use any Apertis-specific meta package but instead
directly list the desired packages in the image recipes.

Apertis: https://phabricator.apertis.org/T4274


Signed-off-by: default avatarAndrew Lee (李健秋) <andrew.lee@collabora.co.uk>

Differential Revision: https://phabricator.apertis.org/D7521
parent 1f03ddf5
Branches apertis/v2022dev3 apertis/v2022pre apertis/v2023dev0
Tags apertis/1.15.9-6+apertis0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment