mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
e1499a0481
do_install fails on newer versions of make with interesting and hard to debug errors. Disablle parallle make install as a workaround. Later verisons of attr in newer releases don't have the issue. (From OE-Core rev: 6043b9a2ea879f8960897b11eb947801508a94da) (From OE-Core rev: f06861bbe402fff3f370687585e43c0270609d00) (From OE-Core rev: 77bfdb505c8483416fbd4e78cf42ad09923c401b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
710 B
BlitzBasic
19 lines
710 B
BlitzBasic
require attr.inc
|
|
|
|
# configure.ac was missing from the release tarball. This should be fixed in
|
|
# future releases of attr, remove this when updating the recipe.
|
|
SRC_URI += "file://attr-Missing-configure.ac.patch \
|
|
file://dont-use-decl-macros.patch \
|
|
file://Remove-the-section-2-man-pages.patch \
|
|
file://Remove-the-attr.5-man-page-moved-to-man-pages.patch \
|
|
file://0001-Use-stdint-types-consistently.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
|
|
SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"
|
|
|
|
# Has issues with newer versions of make
|
|
PARALLEL_MAKEINST = ""
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|