summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr_2.4.47.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-19 01:07:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:42:55 +0000
commit2c11bdd5cacbd642ebd8efdc504ec513579a1e71 (patch)
tree60aaa24678913f81d1de1cd4516062e257838046 /meta/recipes-support/attr/attr_2.4.47.bb
parentf1c034be02b1e8cf13d580de0de634794f7623e8 (diff)
downloadpoky-2c11bdd5cacbd642ebd8efdc504ec513579a1e71.tar.gz
attr: Add patch to account for use of internal glibc header
based on suggestions on musl FAQ http://wiki.musl-libc.org/wiki/FAQ (From OE-Core rev: 2544153a370208e9a08a506f4d5afe56d203e242) 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>
Diffstat (limited to 'meta/recipes-support/attr/attr_2.4.47.bb')
-rw-r--r--meta/recipes-support/attr/attr_2.4.47.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/attr_2.4.47.bb b/meta/recipes-support/attr/attr_2.4.47.bb
index ad40c9b72a..44eee39644 100644
--- a/meta/recipes-support/attr/attr_2.4.47.bb
+++ b/meta/recipes-support/attr/attr_2.4.47.bb
@@ -2,7 +2,9 @@ require attr.inc
2 2
3# configure.ac was missing from the release tarball. This should be fixed in 3# configure.ac was missing from the release tarball. This should be fixed in
4# future releases of attr, remove this when updating the recipe. 4# future releases of attr, remove this when updating the recipe.
5SRC_URI_append += "file://attr-Missing-configure.ac.patch" 5SRC_URI_append += "file://attr-Missing-configure.ac.patch \
6 file://dont-use-decl-macros.patch \
7 "
6 8
7SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7" 9SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
8SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859" 10SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"