summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_204.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-06-11 18:00:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-11 18:07:14 +0100
commit25ac4cf2fa1252b764db41e43f012eee48d8add9 (patch)
tree3d4225e49932a0d6e5b5ef3687bfbc5f68c5f8e8 /meta/recipes-core/systemd/systemd_204.bb
parent126844d0e11e77110c715b917e34bf22437be8fc (diff)
downloadpoky-25ac4cf2fa1252b764db41e43f012eee48d8add9.tar.gz
systemd: don't install quotaon.service twice
If the same file is installed twice there's a race which can lead to "make install" failing. Remove the redundant installation of quotaon.service to eliminate the race. (From OE-Core rev: c6c5c2285e1b6cb3598ccba08aee3dfd090e7129) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_204.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_204.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb
index 5a63c7c14a..b8b1290940 100644
--- a/meta/recipes-core/systemd/systemd_204.bb
+++ b/meta/recipes-core/systemd/systemd_204.bb
@@ -22,6 +22,7 @@ SRC_URI = "http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz \
22 file://modprobe.rules \ 22 file://modprobe.rules \
23 ${UCLIBCPATCHES} \ 23 ${UCLIBCPATCHES} \
24 file://0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch \ 24 file://0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch \
25 file://install-quotaon-once.patch \
25 file://00-create-volatile.conf \ 26 file://00-create-volatile.conf \
26 file://init \ 27 file://init \
27 " 28 "