mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
udev: Add RCONFLICTS/RREPLACES for udev-utils
As of commit 9bb5c74729, the
udev-utils package no longer exists with udev taking ownership
of udevadm. However, systems that had udev-utils installed have
a conflict with udev.
Add RCONFLICTS and RREPLACES variables for udev-utils so udev-utils
will be removed from systems that are upgrading udev. This change
would be applicable for master back through dizzy when the problem
was introduced.
(From OE-Core rev: 3a457cd2c5c9abf1b3aa622edbcc689d88b1c4ac)
Signed-off-by: Bryan Evenson <bevenson@melinkcorp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
705f14dcf8
commit
ca2948a1d4
@@ -61,6 +61,11 @@ INITSCRIPT_PARAMS_udev-cache = "start 36 S ."
|
||||
FILES_${PN} += "${libexecdir} ${libdir}/ConsoleKit ${nonarch_base_libdir}/udev ${bindir}/udevadm"
|
||||
RRECOMMENDS_${PN} += "udev-cache"
|
||||
|
||||
# udev-utils has been removed as a package. Note that udev conflicts with udev-utils so that
|
||||
# udev-utils is removed from systems on upgrade.
|
||||
RCONFLICTS_${PN} += "udev-utils"
|
||||
RREPLACES_${PN} += "udev-utils"
|
||||
|
||||
FILES_${PN}-dbg += "${libexecdir}/.debug"
|
||||
FILES_${PN}-dbg += "${base_libdir}/udev/.debug/"
|
||||
FILES_${PN}-dbg += "${base_libdir}/udev/.debug/*"
|
||||
|
||||
Reference in New Issue
Block a user