mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
util-linux: Rename .bbappend to match any version from oe-core and remove uuidd.socket
* oe-core recipe has uuidd.service in ${PN}-uuidd
SYSTEMD_PACKAGES = "${PN}-uuidd"
SYSTEMD_SERVICE_${PN}-uuidd = "uuidd.service"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c78731c085
commit
5b8498b53d
|
|
@ -0,0 +1,3 @@
|
|||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
RREPLACES_${PN} += "${PN}-systemd"
|
||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
inherit systemd
|
||||
|
||||
SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
|
||||
EXTRA_OECONF += "--enable-socket-activation --with-systemdsystemunitdir=${SYSTEMD_UNITDIR}"
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
RREPLACES_${PN} += "${PN}-systemd"
|
||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "uuidd.socket"
|
||||
Loading…
Reference in New Issue
Block a user