summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_199.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:17 +0100
commit73f103bf9b2cdf985464dc53bf4f1cfd71d4531f (patch)
tree577e66f2a5edfaba8c46efcfd2dd3fec1b92a887 /meta/recipes-core/systemd/systemd_199.bb
parent0a697caca4fa8f7cc932a8d715ea3210ef6b23f5 (diff)
downloadpoky-d0f45d3ae3f8aa86378aff45d75657bf30c3a3ac.tar.gz
systemd: don't install quotaon.service twiceyocto-1.4.1dylan-9.0.1.rc1dylan-9.0.11.4.1.rc1
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 master rev: c6c5c2285e1b6cb3598ccba08aee3dfd090e7129) (From OE-Core rev: 7b8dd3b5547b501e94a6887d3be5c2bbb8845ec8) 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_199.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_199.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb
index 43463c56fb..1c5e386f85 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -23,6 +23,7 @@ SRC_URI = "http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz \
23 file://modprobe.rules \ 23 file://modprobe.rules \
24 file://var-run.conf \ 24 file://var-run.conf \
25 ${UCLIBCPATCHES} \ 25 ${UCLIBCPATCHES} \
26 file://install-quotaon-once.patch \
26 file://00-create-volatile.conf \ 27 file://00-create-volatile.conf \
27 file://0002-readahead-chunk-on-spinning-media.patch \ 28 file://0002-readahead-chunk-on-spinning-media.patch \
28 file://0003-readahead-cleanups.patch \ 29 file://0003-readahead-cleanups.patch \