aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-22 19:59:41 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-23 07:55:15 +0100
commit2d1c7eb177ab5bb6653d9b1623c66c13b720e58e (patch)
treee550961a892eff946313cdd891478428f5a5bdf2
parent28d718f1eee620c1e19e68d1542c0af2014da45f (diff)
downloadmeta-openembedded-contrib-2d1c7eb177ab5bb6653d9b1623c66c13b720e58e.tar.gz
dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb4
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 2e77058a3d..a3f1aad272 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/"