[oe-commits] Saul Wold : patch: diable xattr as default

git at git.openembedded.org git at git.openembedded.org
Tue May 28 13:28:39 UTC 2013


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue May 21 16:51:25 2013 -0700

patch: diable xattr as default

There is a optional dependency on xattr (and thus the attr package),
disable it by default, to ensure it builds correctly.

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

---

 meta/recipes-devtools/patch/patch_2.7.1.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/patch/patch_2.7.1.bb b/meta/recipes-devtools/patch/patch_2.7.1.bb
index 38df034..b131204 100644
--- a/meta/recipes-devtools/patch/patch_2.7.1.bb
+++ b/meta/recipes-devtools/patch/patch_2.7.1.bb
@@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d6
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 acpaths = "-I ${S}/m4 "
+
+EXTRA_OECONF += "--disable-xattr"



More information about the Openembedded-commits mailing list