diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2012-12-18 13:58:36 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:54:57 +0000 |
| commit | 9596495e09b1738d2e85e0c1a2997c889dd6e6f5 (patch) | |
| tree | 07db8282ccb3eecabd64cb7b900f200cbb5e464c /meta/recipes-support/icu/files/fix-parallel-build.patch | |
| parent | c21f80b294a226e00d6dfd8efedb0f7f0fb0c647 (diff) | |
| download | poky-9596495e09b1738d2e85e0c1a2997c889dd6e6f5.tar.gz | |
ICU: upgrade to 50.1.
Upgrade ICU to 50.1.
All unnecessary patches of the previous version are dropped.
[YOCTO #3557]
(From OE-Core rev: d9e6b45a0abd15b24941d8d04142cd79399424ef)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/icu/files/fix-parallel-build.patch')
| -rw-r--r-- | meta/recipes-support/icu/files/fix-parallel-build.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/icu/files/fix-parallel-build.patch b/meta/recipes-support/icu/files/fix-parallel-build.patch deleted file mode 100644 index 5b01a4c26c..0000000000 --- a/meta/recipes-support/icu/files/fix-parallel-build.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Upstream-Status: pending | ||
| 2 | |||
| 3 | Fix parallel builds | ||
| 4 | |||
| 5 | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
| 6 | |||
| 7 | Index: source/data/Makefile.in | ||
| 8 | =================================================================== | ||
| 9 | --- source.orig/data/Makefile.in 2011-09-02 02:03:37.000000000 +0400 | ||
| 10 | +++ source/data/Makefile.in 2011-09-02 02:06:26.000000000 +0400 | ||
| 11 | @@ -351,8 +351,8 @@ | ||
| 12 | endif | ||
| 13 | |||
| 14 | |||
| 15 | -build-dir: $(BUILD_DIRS) | ||
| 16 | -$(BUILD_DIRS): | ||
| 17 | +$(MAINBUILDDIR) $(BUILD_DIRS): build-dir | ||
| 18 | +build-dir: | ||
| 19 | -$(MKINSTALLDIRS) $(BUILD_DIRS) | ||
