mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
systemd: add .bbappend to fix upgrade-path
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sysinit.target.wants/systemd-udevd.service
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd.service
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udev-settle.service
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udev-trigger.service
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd-control.socket
But that file is already provided by package * udev-systemd
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd-kernel.socket
But that file is already provided by package * udev-systemd
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
8b465f791a
commit
b4cb81b1c9
|
|
@ -0,0 +1,5 @@
|
|||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
RPROVIDES_udev += "udev-systemd"
|
||||
RREPLACES_udev += "udev-systemd"
|
||||
RCONFLICTS_udev += "udev-systemd"
|
||||
Loading…
Reference in New Issue
Block a user