Commit 5b8498b5 authored by Martin Jansa's avatar Martin Jansa
Browse files

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: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent c78731c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
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"