mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
util-linux: rename bbappend to match new version from oe-core
* removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
inherit systemd
|
||||
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user