[oe-commits] Andreas Müller : dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core

git at git.openembedded.org git at git.openembedded.org
Fri Mar 23 07:00:52 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 2d1c7eb177ab5bb6653d9b1623c66c13b720e58e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2d1c7eb177ab5bb6653d9b1623c66c13b720e58e

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Mar 22 19:59:41 2012 +0000

dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-graphics/dietsplash/dietsplash_git.bb  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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/"





More information about the Openembedded-commits mailing list