mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
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>
14 lines
323 B
BlitzBasic
14 lines
323 B
BlitzBasic
require patch.inc
|
|
LICENSE = "GPLv3"
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI[md5sum] = "95dd8d7e41dcbcecdd5cd88ef915378d"
|
|
SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d64039d5"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
acpaths = "-I ${S}/m4 "
|
|
|
|
EXTRA_OECONF += "--disable-xattr"
|