summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.27.2.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-07-03 16:26:00 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-05 00:22:08 +0100
commit32320709311af076bb58399d9bb9299446d65f04 (patch)
treea477b1fdceaf9d019a3362d7ab3838d0a3dc8cea /meta/recipes-core/busybox/busybox_1.27.2.bb
parenta77a6dad43388007db78623d0e4c38aedc64c63b (diff)
downloadpoky-32320709311af076bb58399d9bb9299446d65f04.tar.gz
busybox: Add patch to ignore -c on umount command
Fix error when umounting filesystem on shutdown with a systemd distro. See more datails here: [https://github.com/systemd/systemd/issues/7786] (From OE-Core rev: ae23367c85d1a6c84c25736ac3c9a059acbc8dbe) (From OE-Core rev: 29b1555481a30f9a7eda43f67f3e8ceb5da1b0aa) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.27.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.27.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.27.2.bb b/meta/recipes-core/busybox/busybox_1.27.2.bb
index 92678701fc..1ce4823d47 100644
--- a/meta/recipes-core/busybox/busybox_1.27.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.27.2.bb
@@ -46,6 +46,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
46 file://CVE-2017-15873.patch \ 46 file://CVE-2017-15873.patch \
47 file://busybox-CVE-2017-16544.patch \ 47 file://busybox-CVE-2017-16544.patch \
48 file://busybox-fix-lzma-segfaults.patch \ 48 file://busybox-fix-lzma-segfaults.patch \
49 file://umount-ignore-c.patch \
49" 50"
50SRC_URI_append_libc-musl = " file://musl.cfg " 51SRC_URI_append_libc-musl = " file://musl.cfg "
51 52