summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr_2.4.47.bb
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-11-25 18:18:15 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-25 16:14:47 +0000
commitf5e7c842a62f33c87f7b8d3b0e0375f2504cc5b6 (patch)
treecde153bd7a55199e3b1cf8756bb1097fa07e0048 /meta/recipes-support/attr/attr_2.4.47.bb
parent0aef540dd8866c5d76dd1edd8936343258935c47 (diff)
downloadpoky-f5e7c842a62f33c87f7b8d3b0e0375f2504cc5b6.tar.gz
attr: attr_2.4.47 release tarball missing configure.ac
The release tarball of attr 2.4.47 is missing the configure.ac file. This prevents the autotools bbclass from being able to regenerate the configure script which leads to other side affects. (e.g. using outdated config.sub) This patch adds the configure.ac file via a patch. (obtained via the source repository at the v2.4.47 tag) See the mailing list thread for additional information: http://lists.nongnu.org/archive/html/acl-devel/2013-05/msg00024.html (From OE-Core rev: b28f12a272a9e2f0c3084a58b91605acb05f58f8) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.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.bb3
1 files changed, 3 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 a1f2e05955..ad40c9b72a 100644
--- a/meta/recipes-support/attr/attr_2.4.47.bb
+++ b/meta/recipes-support/attr/attr_2.4.47.bb
@@ -1,5 +1,8 @@
1require attr.inc 1require attr.inc
2 2
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.
5SRC_URI_append += "file://attr-Missing-configure.ac.patch"
3 6
4SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7" 7SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"
5SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859" 8SRC_URI[sha256sum] = "25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859"