diff options
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.7.6.bb')
-rw-r--r-- | meta/recipes-devtools/patch/patch_2.7.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.7.6.bb b/meta/recipes-devtools/patch/patch_2.7.6.bb index 5d7f55f8dc..b5897b357a 100644 --- a/meta/recipes-devtools/patch/patch_2.7.6.bb +++ b/meta/recipes-devtools/patch/patch_2.7.6.bb | |||
@@ -22,3 +22,6 @@ acpaths = "-I ${S}/m4 " | |||
22 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | 22 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" |
23 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 23 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |
24 | 24 | ||
25 | PROVIDES_append_class-native = " patch-replacement-native" | ||
26 | |||
27 | BBCLASSEXTEND = "native nativesdk" | ||