Files
poky/meta/recipes-support/attr/attr_2.4.47.bb
Khem Raj 50b205ee27 attr: Backports to fix exported headers
Packages which depends on attr headers fail due
to uint32_t not being defined, this needed header
to include sys/types.h

(From OE-Core rev: af7c8f8a9bfc3396dc729f3fc54c38d19f2aa3fc)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-09-18 11:07:30 +01:00

16 lines
645 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"
BBCLASSEXTEND = "native nativesdk"