summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch
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-07-29 13:09:09 +0100
commit6d891358c5fba47dd63642e87edefd247d7f9e68 (patch)
tree9706da421efc92d34c8d416728c20cb4604181ae /meta/recipes-devtools/patch
parent5fd58bb7f5dbd0b94c88c099f9dae47b1ccb1138 (diff)
downloadast2050-yocto-poky-6d891358c5fba47dd63642e87edefd247d7f9e68.zip
ast2050-yocto-poky-6d891358c5fba47dd63642e87edefd247d7f9e68.tar.gz
patch: add PACKAGECONFIG for attr
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core 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>
Diffstat (limited to 'meta/recipes-devtools/patch')
-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 332b97a..b49226a 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"
OpenPOWER on IntegriCloud