From 9c0f950122472154f3a87cb231b832a6b5d0617f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 22 Jan 2020 18:36:32 -0500 Subject: [PATCH] meta-security: handle systemd upgrade Rename systemd bbappend to work with newer 243.2 version in oe-core. A wildcard is now used to reduce the need to rename the bbappend on future upgrades, as the additions it makes have not changed recently. Bug-AGL: SPEC-2932 Change-Id: Ie6413710e861b8dbf082bcae3d7592f1009927d5 Signed-off-by: Scott Murray --- .../recipes-core/systemd/{systemd_239.bbappend => systemd_2%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-security/recipes-core/systemd/{systemd_239.bbappend => systemd_2%.bbappend} (100%) diff --git a/meta-security/recipes-core/systemd/systemd_239.bbappend b/meta-security/recipes-core/systemd/systemd_2%.bbappend similarity index 100% rename from meta-security/recipes-core/systemd/systemd_239.bbappend rename to meta-security/recipes-core/systemd/systemd_2%.bbappend -- 2.16.6