summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr_2.4.47.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-14 21:13:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-18 11:07:22 +0100
commitaf7c8f8a9bfc3396dc729f3fc54c38d19f2aa3fc (patch)
tree566394123bfc3f99edc81690a370deaec1e2975f /meta/recipes-support/attr/attr_2.4.47.bb
parentec1c18d866c137b1fa523d0fcc29f65a28f59f44 (diff)
downloadopenembedded-core-af7c8f8a9bfc3396dc729f3fc54c38d19f2aa3fc.tar.gz
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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/attr/attr_2.4.47.bb')
-rw-r--r--meta/recipes-support/attr/attr_2.4.47.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr_2.4.47.bb b/meta/recipes-support/attr/attr_2.4.47.bb
index 2dada7a1fc..fc88bef830 100644
--- a/meta/recipes-support/attr/attr_2.4.47.bb
+++ b/meta/recipes-support/attr/attr_2.4.47.bb
@@ -6,6 +6,7 @@ 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"