mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
28d718f1ee
commit
2d1c7eb177
|
|
@ -14,7 +14,7 @@ inherit autotools
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF = " --with-systemdsystemunitdir=${base_libdir}/systemd/system \
|
||||
EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
|
||||
--disable-staticimages"
|
||||
|
||||
FILES_${PN} += "${base_libdir}/systemd/system/"
|
||||
FILES_${PN} += "${systemd_unitdir}/system/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user