aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:41:55 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-16 10:39:48 +0100
commit460acc1990b651e017795cccfe705cfdf4426fad (patch)
treec3faaf6037f665c421ab0658897b1d7911507477
parent40db54d44fd075560e7bf0da51e2a733c1a96b17 (diff)
downloadopenembedded-core-460acc1990b651e017795cccfe705cfdf4426fad.tar.gz
patch: add PACKAGECONFIG for attr
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 2eb394b6111a7df730e38604e8efe8bce5c1653a) 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>
-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}"
inherit autotools update-alternatives
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr"
+
ALTERNATIVE_${PN} = "patch"
ALTERNATIVE_PRIORITY = "100"