[oe-commits] Martin Jansa : patch: add PACKAGECONFIG for attr

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:10 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2eb394b6111a7df730e38604e8efe8bce5c1653a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2eb394b6111a7df730e38604e8efe8bce5c1653a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 15:41:55 2013 +0200

patch: add PACKAGECONFIG for attr

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 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"



More information about the Openembedded-commits mailing list