diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 10:22:24 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 10:44:13 -0700 |
| commit | 8cec1f1fd9ea585039d985943f3f20b37aff9a3b (patch) | |
| tree | 33016f50d0a9364b3f8ed6b248bdf38c07e0348b /meta-oe/recipes-graphics/dietsplash | |
| parent | 4448cd9ee7e62de0a2787110256c8c0cabb941ee (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-graphics/dietsplash')
| -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/" |
