summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-03-02 16:52:01 +0800
committerJoe MacDonald <joe@deserted.net>2021-03-03 13:55:58 -0500
commit63ad5e2f75c9d0f447d662c8cbddf5bf81feaaf8 (patch)
tree93a21961f39ba61664f9d5ed3a757217ffa85854
parente013d413c8b67623c11e14377ad1592e5da73e29 (diff)
downloadmeta-selinux-63ad5e2f75c9d0f447d662c8cbddf5bf81feaaf8.tar.gz
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 <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-extended/parted/parted_%.bbappend1
1 files changed, 0 insertions, 1 deletions
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 @@
1inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)}