mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
eudev: add RPROVIDES so eudev-hwdb provides udev-hwdb
Otherwise the common name udev-hwdb is only provided by systemd, meaning that other recipes can't depend on a single name. (From OE-Core rev: dea267d576695e23223a2f402f6c9c126b0413dc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f431f766a0
commit
1bebb5ea22
@@ -81,6 +81,7 @@ RDEPENDS_eudev-hwdb += "eudev"
|
|||||||
RRECOMMENDS_${PN} += "udev-cache"
|
RRECOMMENDS_${PN} += "udev-cache"
|
||||||
|
|
||||||
RPROVIDES_${PN} = "hotplug udev"
|
RPROVIDES_${PN} = "hotplug udev"
|
||||||
|
RPROVIDES_eudev-hwdb += "udev-hwdb"
|
||||||
|
|
||||||
python () {
|
python () {
|
||||||
if bb.utils.contains ('DISTRO_FEATURES', 'systemd', True, False, d):
|
if bb.utils.contains ('DISTRO_FEATURES', 'systemd', True, False, d):
|
||||||
|
|||||||
Reference in New Issue
Block a user