diff options
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_2.8.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb index 1842bf71ea..3bcb7fb885 100644 --- a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb +++ b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb | |||
@@ -7,13 +7,13 @@ PR = "r0" | |||
7 | 7 | ||
8 | PACKAGECONFIG ?= "libxml2 zlib bz2" | 8 | PACKAGECONFIG ?= "libxml2 zlib bz2" |
9 | 9 | ||
10 | PACKAGECONFIG_class-target += "\ | 10 | PACKAGECONFIG_append_class-target = "\ |
11 | ${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ | 11 | ${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ |
12 | ${@base_contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ | 12 | ${@base_contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ |
13 | ${@base_contains('DISTRO_FEATURES', 'largefile', 'largefile', '', d)} \ | 13 | ${@base_contains('DISTRO_FEATURES', 'largefile', 'largefile', '', d)} \ |
14 | " | 14 | " |
15 | 15 | ||
16 | PACKAGECONFIG_class-nativesdk += "largefile" | 16 | PACKAGECONFIG_append_class-nativesdk = " largefile" |
17 | 17 | ||
18 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 18 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
19 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 19 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |