mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
util-linux: fix systemd service in multilib
Use ${PN} when specifing service files so that they continue to get packaged
with multilib.
(From OE-Core rev: d394d27b66cbeb4e57017d2a49605243586477ac)
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
fd09fcc6e2
commit
12c0a1810c
@@ -94,7 +94,7 @@ RRECOMMENDS_${PN}_class-native = ""
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-uuidd"
|
||||
SYSTEMD_SERVICE_util-linux-uuidd = "uuidd.service"
|
||||
SYSTEMD_SERVICE_${PN}-uuidd = "uuidd.service"
|
||||
|
||||
do_compile () {
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user