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

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:12:02 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 460acc1990b651e017795cccfe705cfdf4426fad
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=460acc1990b651e017795cccfe705cfdf4426fad

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

(From OE-Core master rev: 2eb394b6111a7df730e38604e8efe8bce5c1653a)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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