summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/patch/patch.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc
index 332b97a85e..b49226a1b2 100644
--- a/meta/recipes-devtools/patch/patch.inc
+++ b/meta/recipes-devtools/patch/patch.inc
@@ -9,5 +9,8 @@ S = "${WORKDIR}/patch-${PV}"
9 9
10inherit autotools update-alternatives 10inherit autotools update-alternatives
11 11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr"
14
12ALTERNATIVE_${PN} = "patch" 15ALTERNATIVE_${PN} = "patch"
13ALTERNATIVE_PRIORITY = "100" 16ALTERNATIVE_PRIORITY = "100"