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:14:45 +0100 |
commit | 70d48673ae4264383eea6c65967603b576c85188 (patch) | |
tree | 7e1af53bbb6a5efee66dc3c32580dd341fab6236 /meta/recipes-devtools | |
parent | d1a682d4d7fd7c9bbd1b47733fd1630d96a53603 (diff) | |
download | 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')
-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 38df034d30..b13120414d 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 | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
10 | 10 | ||
11 | acpaths = "-I ${S}/m4 " | 11 | acpaths = "-I ${S}/m4 " |
12 | |||
13 | EXTRA_OECONF += "--disable-xattr" | ||