summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.20.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-03-22 15:50:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-26 22:43:02 +0000
commitc2aab97e961ce719ba95409c64433ab2df4ecff8 (patch)
tree0f3fe2ff9d9c6e991c14f14cf5efc054c632c4f8 /meta/recipes-core/busybox/busybox_1.20.2.bb
parent58a6a7c056ff86d69b25528f8235b3bbc8cd8c12 (diff)
downloadpoky-c2aab97e961ce719ba95409c64433ab2df4ecff8.tar.gz
busybox: add strictatime support to mount
systemd uses strictatime when mounting tmpfs. Luckily this is already supported upstream, so backport the patch from git. (From OE-Core rev: 7379a5a2035ef670329551783c372d9310ddd983) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.20.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb
index a02cd38f37..c09a492dbd 100644
--- a/meta/recipes-core/busybox/busybox_1.20.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.20.2.bb
@@ -30,7 +30,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
30 file://stat-usr-bin.patch \ 30 file://stat-usr-bin.patch \
31 file://busybox-syslog.service.in \ 31 file://busybox-syslog.service.in \
32 file://busybox-klogd.service.in \ 32 file://busybox-klogd.service.in \
33 file://testsuite-du-du-k-works-fix-false-positive.patch" 33 file://testsuite-du-du-k-works-fix-false-positive.patch \
34 file://strict-atime.patch"
34 35
35SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c" 36SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c"
36SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882" 37SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882"