summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-05-21 16:51:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 14:14:45 +0100
commit70d48673ae4264383eea6c65967603b576c85188 (patch)
tree7e1af53bbb6a5efee66dc3c32580dd341fab6236 /meta/recipes-devtools/patch
parentd1a682d4d7fd7c9bbd1b47733fd1630d96a53603 (diff)
downloadast2050-yocto-poky-70d48673ae4264383eea6c65967603b576c85188.zip
ast2050-yocto-poky-70d48673ae4264383eea6c65967603b576c85188.tar.gz
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. (From OE-Core rev: a7de32c8ad1405ed31b620fb99dfe0fe80ac23a9) 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_2.7.1.bb2
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"
OpenPOWER on IntegriCloud