From 2cb980153dc03afff43de7db9bccced68bdb1b79 Mon Sep 17 00:00:00 2001 From: hongxu Date: Sun, 8 Dec 2019 18:21:11 -0800 Subject: rename sed_4.2.2.bbappend to sed_4.%.bbappend Since upstream oe-core [bd40260cba sed: upgrade to 4.7], renme bbappend to match the new version Signed-off-by: Hongxu Jia Signed-off-by: Joe MacDonald --- recipes-extended/sed/sed_4.%.bbappend | 1 + recipes-extended/sed/sed_4.2.2.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 recipes-extended/sed/sed_4.%.bbappend delete mode 100644 recipes-extended/sed/sed_4.2.2.bbappend diff --git a/recipes-extended/sed/sed_4.%.bbappend b/recipes-extended/sed/sed_4.%.bbappend new file mode 100644 index 0000000..b01ad25 --- /dev/null +++ b/recipes-extended/sed/sed_4.%.bbappend @@ -0,0 +1 @@ +inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'with-selinux', '', d)} diff --git a/recipes-extended/sed/sed_4.2.2.bbappend b/recipes-extended/sed/sed_4.2.2.bbappend deleted file mode 100644 index b01ad25..0000000 --- a/recipes-extended/sed/sed_4.2.2.bbappend +++ /dev/null @@ -1 +0,0 @@ -inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'with-selinux', '', d)} -- cgit v1.2.3-54-g00ecf