diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 10:22:24 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-03 06:49:07 -0700 |
| commit | f9164cfdd511bd46b51bb8dffb88b8dbc3c6f00e (patch) | |
| tree | d68d4e437d6b7dfb3a065302b6de30328adec112 | |
| parent | d2b014de51b460c6a73fefb4ec74a8b6ccb4be6f (diff) | |
| download | meta-openembedded-f9164cfdd511bd46b51bb8dffb88b8dbc3c6f00e.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>
(cherry picked from commit 8cec1f1fd9ea585039d985943f3f20b37aff9a3b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | 2 |
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 | |||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ | 19 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ |
| 20 | --disable-staticimages" | 20 | --disable-staticimages --with-rootdir=${root_prefix}" |
| 21 | 21 | ||
| 22 | FILES:${PN} += "${systemd_unitdir}/system/" | 22 | FILES:${PN} += "${systemd_unitdir}/system/" |
