mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:46:41 +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"
|
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/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user