diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-02-15 22:43:42 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:34:51 -0800 |
commit | 4ac789b9588ff8d2abaf4c3893c10bc6369baeee (patch) | |
tree | 6ff2b7fac0576307d7a83d148ef3abbaa8f0852a /meta/recipes-devtools/rpm/rpm_5.4.0.bb | |
parent | ca649ef8253cbf69062322b5bdee4123ee4c4eca (diff) | |
download | poky-4ac789b9588ff8d2abaf4c3893c10bc6369baeee.tar.gz |
rpm: Avoid fsync when writing files
By default RPM strives for the safest possible file creation and
enforces fsync on each file. This changes that default by backporting
the fsync disabled from the latest CVS snapshot.
This will cut a few minutes off the rootfs generation using RPM.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 93951d2c61..45dd4e1ee2 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb | |||
@@ -54,6 +54,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;ex | |||
54 | file://header-include-fix.patch \ | 54 | file://header-include-fix.patch \ |
55 | file://rpm-platform.patch \ | 55 | file://rpm-platform.patch \ |
56 | file://rpm-showrc.patch \ | 56 | file://rpm-showrc.patch \ |
57 | file://rpm-nofsync.patch \ | ||
57 | " | 58 | " |
58 | 59 | ||
59 | # file://hdraddorappend.patch \ | 60 | # file://hdraddorappend.patch \ |