From 2d1c7eb177ab5bb6653d9b1623c66c13b720e58e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 22 Mar 2012 19:59:41 +0000 Subject: dietsplash_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-graphics/dietsplash') 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/" -- cgit 1.2.3-korg