mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
dietsplash: specify install rootdir
This takes care of rootdir being different when using usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,6 +17,6 @@ inherit autotools
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
|
EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
|
||||||
--disable-staticimages"
|
--disable-staticimages --with-rootdir=${root_prefix}"
|
||||||
|
|
||||||
FILES:${PN} += "${systemd_unitdir}/system/"
|
FILES:${PN} += "${systemd_unitdir}/system/"
|
||||||
|
|||||||
Reference in New Issue
Block a user