summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-21 14:10:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:54:39 +0100
commitd41c3a8726392168e52d3609a475c3de14e47290 (patch)
tree427daeaba56c446a6fa009c2454131d8deca5ba1 /meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch
parentf8e02f31a74d0c80d4056ab945819809f745b47b (diff)
downloadpoky-d41c3a8726392168e52d3609a475c3de14e47290.tar.gz
attr: upgrade to version 2.4.46
from 2.4.44 - remove the backported patch that is now in the tarball - prog path issue has also been fixed in the upstream (From OE-Core rev: b56ab842a8c0bc183f839edc035dc89399d783c3) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch')
-rw-r--r--meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch b/meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch
deleted file mode 100644
index ccbc236284..0000000000
--- a/meta/recipes-support/attr/attr-2.4.44/pull-in-string.h.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1commit 235cdd2af498d288f1af1142e7a23fbd16dff907
2Author: Mike Frysinger <vapier@gentoo.org>
3Date: Fri Jan 8 21:53:19 2010 -0500
4
5 quote: pull in string.h for strchr prototype
6
7 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8 Signed-off-by: Brandon Philips <brandon@ifup.org>
9
10diff --git a/libmisc/quote.c b/libmisc/quote.c
11index f98c887..bf8f9eb 100644
12--- a/libmisc/quote.c
13+++ b/libmisc/quote.c
14@@ -20,6 +20,7 @@
15 #include <stdio.h>
16 #include <stdlib.h>
17 #include <ctype.h>
18+#include <string.h>
19 #include "misc.h"
20
21 const char *quote(const char *str, const char *quote_chars)