diff options
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.8.bb')
-rw-r--r-- | meta/recipes-devtools/patch/patch_2.8.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.8.bb b/meta/recipes-devtools/patch/patch_2.8.bb new file mode 100644 index 0000000000..6317ac775d --- /dev/null +++ b/meta/recipes-devtools/patch/patch_2.8.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require patch.inc | ||
2 | LICENSE = "GPL-3.0-only" | ||
3 | |||
4 | SRC_URI[sha256sum] = "308a4983ff324521b9b21310bfc2398ca861798f02307c79eb99bb0e0d2bf980" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
7 | |||
8 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | ||
9 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | ||
10 | |||
11 | PROVIDES:append:class-native = " patch-replacement-native" | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||