diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 19:59:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 07:55:15 +0100 |
commit | 2d1c7eb177ab5bb6653d9b1623c66c13b720e58e (patch) | |
tree | e550961a892eff946313cdd891478428f5a5bdf2 /meta-oe/recipes-graphics/dietsplash | |
parent | 28d718f1eee620c1e19e68d1542c0af2014da45f (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-graphics/dietsplash')
-rw-r--r-- | meta-oe/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 2e77058a3..a3f1aad27 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 | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | EXTRA_OECONF = " --with-systemdsystemunitdir=${base_libdir}/systemd/system \ | 17 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ |
18 | --disable-staticimages" | 18 | --disable-staticimages" |
19 | 19 | ||
20 | FILES_${PN} += "${base_libdir}/systemd/system/" | 20 | FILES_${PN} += "${systemd_unitdir}/system/" |