mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 21:43:53 +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> (cherry picked from commit 8cec1f1fd9ea585039d985943f3f20b37aff9a3b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
d2b014de51
commit
f9164cfdd5
@ -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/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user