From 63ad5e2f75c9d0f447d662c8cbddf5bf81feaaf8 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 2 Mar 2021 16:52:01 +0800 Subject: parted: remove bbappend Remove bbappend since parted 3.4 has removed the enable_selinux configure option[1]. Fixes: QA Issue: parted: configure was passed unrecognised options: --enable-selinux [unknown-configure-option] [1] https://git.savannah.gnu.org/cgit/parted.git/commit/?id=059200d50beb259c54469ae65f2d034af48ff849 Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-extended/parted/parted_%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-extended/parted/parted_%.bbappend diff --git a/recipes-extended/parted/parted_%.bbappend b/recipes-extended/parted/parted_%.bbappend deleted file mode 100644 index 74e22b3..0000000 --- a/recipes-extended/parted/parted_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} -- cgit v1.2.3-54-g00ecf