aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/libarchive/libarchive_%.bbappend
blob: 0b51a6d4cbb6fa1ebf17e21c7aad1bea5dc68c39 (plain)
1
2
3
4
5
6
7
8
9
10
# swupd-server and swupd-client requires the xz compression type
# to be supported in bsdtar.
PACKAGECONFIG_append = " xz"

# Since the format of the archives generated by swupd-server and
# the ones consumed by swupd-client must be identical
# configure the native tool the same way as it's done for target.
PACKAGECONFIG_append_class-native = "\
	${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \
"