mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
28d718f1ee
commit
2d1c7eb177
@@ -14,7 +14,7 @@ inherit autotools
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OECONF = " --with-systemdsystemunitdir=${base_libdir}/systemd/system \
|
EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
|
||||||
--disable-staticimages"
|
--disable-staticimages"
|
||||||
|
|
||||||
FILES_${PN} += "${base_libdir}/systemd/system/"
|
FILES_${PN} += "${systemd_unitdir}/system/"
|
||||||
|
|||||||
Reference in New Issue
Block a user