diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-21 16:51:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:07:02 +0100 |
commit | a7de32c8ad1405ed31b620fb99dfe0fe80ac23a9 (patch) | |
tree | 778690efdb0f3243c278cc7a12bfccf158dc306a /meta/recipes-devtools/patch | |
parent | 2aa82039311a8d84a06ec5fba46c99f64e36e697 (diff) | |
download | openembedded-core-contrib-a7de32c8ad1405ed31b620fb99dfe0fe80ac23a9.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.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/patch')
-rw-r--r-- | 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 38df034d30a..b13120414d4 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" |