diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:41:55 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-27 23:28:26 -0700 |
commit | 2eb394b6111a7df730e38604e8efe8bce5c1653a (patch) | |
tree | 28ca447668f20c48cece4a242278ac49c629d6da /meta/recipes-devtools/patch | |
parent | 98c6ea817bb0ca60bddc6be5cf90f14d46cc05a2 (diff) | |
download | openembedded-core-contrib-2eb394b6111a7df730e38604e8efe8bce5c1653a.tar.gz |
patch: add PACKAGECONFIG for attr
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/patch')
-rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 332b97a85e6..b49226a1b22 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" |