summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:41:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:15 +0100
commit1ed8f9ef390d26c1fdb003eaf99a17871ac7b1f7 (patch)
tree3f89cab87a6a5339bfcda17e1ca47277f7ffa735 /meta
parentf83bc4b55cf27d48ad299f48827d80f5e2cd9496 (diff)
downloadpoky-1ed8f9ef390d26c1fdb003eaf99a17871ac7b1f7.tar.gz
patch: add PACKAGECONFIG for attr
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 2eb394b6111a7df730e38604e8efe8bce5c1653a) (From OE-Core rev: 460acc1990b651e017795cccfe705cfdf4426fad) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"