]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes/package_rpm: use weak user/group dependencies
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 26 Jan 2024 13:34:52 +0000 (14:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Jan 2024 08:12:24 +0000 (08:12 +0000)
commit10064e364f015ad3c0c8d63511cd9a7da5e22c69
tree43a8b91ca2c91769b46a1938c2593af65dd04b12
parenta9db9a56617459e8f6f6dd466f2e18a7eed5c1e3
classes/package_rpm: use weak user/group dependencies

rpm 4.19 automatically generates provides and depends for user and
groups:
https://github.com/rpm-software-management/rpm/blob/rpm-4.19.x/docs/manual/users_and_groups.md#dependencies

This mechanism relies on sysusers.d for the 'provides'
part, and thus is systemd-only at best. So we need to disable it for now,
otherwise image generation fails with unresolved dependencies.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/package_rpm.bbclass