]> code.ossystems Code Review - openembedded-core.git/commitdiff
patch: diable xattr as default
authorSaul Wold <sgw@linux.intel.com>
Tue, 21 May 2013 23:51:25 +0000 (16:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:02 +0000 (14:07 +0100)
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>
meta/recipes-devtools/patch/patch_2.7.1.bb

index 38df034d30ace6890b8f5992d4844d6803e6453b..b13120414d420f57a5e98d3d2a06b75132501c01 100644 (file)
@@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d6
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 acpaths = "-I ${S}/m4 "
+
+EXTRA_OECONF += "--disable-xattr"