aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/files/larger-cmd-size.patch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2012-12-18 13:58:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:50:01 +0000
commitd9e6b45a0abd15b24941d8d04142cd79399424ef (patch)
tree690914e243df74b173e9c45c60a24a45ce1509ed /meta/recipes-support/icu/files/larger-cmd-size.patch
parent871a15ba5d8eecae37f0152e50073c90c7fea16c (diff)
downloadopenembedded-core-d9e6b45a0abd15b24941d8d04142cd79399424ef.tar.gz
ICU: upgrade to 50.1.
Upgrade ICU to 50.1. All unnecessary patches of the previous version are dropped. [YOCTO #3557] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/icu/files/larger-cmd-size.patch')
-rw-r--r--meta/recipes-support/icu/files/larger-cmd-size.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-support/icu/files/larger-cmd-size.patch b/meta/recipes-support/icu/files/larger-cmd-size.patch
deleted file mode 100644
index 74a84f17ba..0000000000
--- a/meta/recipes-support/icu/files/larger-cmd-size.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Allocate a larger memory size for cmd
-
-The length of the command line can be longer than 1024 sometimes,
-which will cause a "Segmentation fault" error.
-
-Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-
-Upstream-Status: Pending
----
- tools/pkgdata/pkgdata.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/pkgdata/pkgdata.c b/tools/pkgdata/pkgdata.c
---- a/tools/pkgdata/pkgdata.c
-+++ b/tools/pkgdata/pkgdata.c
-@@ -439,7 +439,7 @@ main(int argc, char* argv[]) {
- /* POSIX - execute makefile */
- static int executeMakefile(const UPKGOptions *o)
- {
-- char cmd[1024];
-+ char cmd[2048];
- /*char pwd[1024];*/
- const char *make;
- int rc;
---
-1.7.10.2
-