[meta-selinux][PATCH] parted: remove bbappend
Yi Zhao
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 <yi.zhao@...> --- 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)} -- 2.25.1 |
|