diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-01-27 14:40:12 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-27 14:51:34 -0500 |
commit | a832d1446c416cbc2679ba33404bd9a32540c597 (patch) | |
tree | 7e0c8287f69ee50e2600a1754b7c6344e8a9e6c4 /meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend | |
parent | 377512d344dbdfea93060ee5c00f923c69c884b2 (diff) |
meta-agl-profile-core: add patch for systemd-udevd SECLABEL crash
Add a patch to fix a systemd-udevd crash when parsing SECLABEL tokens
in udev rules. The issue was introduced by a rewrite of the rules parser
in systemd v243. The patch will be upstreamed to hopefully go into one
of the v243.x systemd-stable releases.
Bug-AGL: SPEC-2932
Change-Id: I9a8c3cf3c386290b8ede6b5fd7319c590322bc16
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r-- | meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend index 2d1427366..d77bf7bf1 100644 --- a/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend +++ b/meta-agl-profile-core/recipes-core/systemd/systemd_%.bbappend @@ -1,6 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "\ + file://0001-fix-udevd-seclabel-parsing.patch \ file://e2fsck.conf \ file://canbus-can.network \ ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','systemd','file://wired.network','',d)} \ |