aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-23 10:22:24 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-25 10:44:13 -0700
commit8cec1f1fd9ea585039d985943f3f20b37aff9a3b (patch)
tree33016f50d0a9364b3f8ed6b248bdf38c07e0348b
parent4448cd9ee7e62de0a2787110256c8c0cabb941ee (diff)
downloadmeta-openembedded-contrib-8cec1f1fd9ea585039d985943f3f20b37aff9a3b.tar.gz
dietsplash: specify install rootdir
This takes care of rootdir being different when using usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
index 44fc2d08ca..2c28fde347 100644
--- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
+++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb
@@ -17,6 +17,6 @@ inherit autotools
S = "${WORKDIR}/git"
EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
- --disable-staticimages"
+ --disable-staticimages --with-rootdir=${root_prefix}"
FILES:${PN} += "${systemd_unitdir}/system/"