| Submitter | Andreas Müller |
|---|---|
| Date | March 22, 2012, 7:59 p.m. |
| Message ID | <1332446382-24958-7-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/24189/ |
| State | Accepted |
| Commit | 2d1c7eb177ab5bb6653d9b1623c66c13b720e58e |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb index 2e77058..a3f1aad 100644 --- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb +++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb @@ -14,7 +14,7 @@ inherit autotools S = "${WORKDIR}/git" -EXTRA_OECONF = " --with-systemdsystemunitdir=${base_libdir}/systemd/system \ +EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ --disable-staticimages" -FILES_${PN} += "${base_libdir}/systemd/system/" +FILES_${PN} += "${systemd_unitdir}/system/"
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../recipes-graphics/dietsplash/dietsplash_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)