diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-06-07 17:24:41 +0800 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:41 +0100 |
| commit | 8decbce3831ad2d4c30d4dbc4f04ecd3ad161807 (patch) | |
| tree | f4ca76ac23f651afcf992244074bce602e87aa9c /meta | |
| parent | 0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4 (diff) | |
| download | poky-8decbce3831ad2d4c30d4dbc4f04ecd3ad161807.tar.gz | |
icu: fix metadata
also change to use new patch parameter
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/icu/icu-3.6.inc | 9 | ||||
| -rw-r--r-- | meta/packages/icu/icu_3.6.bb | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc index 9761908bd0..aa654f768e 100644 --- a/meta/packages/icu/icu-3.6.inc +++ b/meta/packages/icu/icu-3.6.inc | |||
| @@ -1,12 +1,15 @@ | |||
| 1 | DESCRIPTION = "The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms." | ||
| 2 | HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp" | ||
| 1 | 3 | ||
| 2 | BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ | 4 | BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ |
| 3 | file://gccfix.patch;patch=1 \ | 5 | file://gccfix.patch;apply=yes \ |
| 4 | file://use-g++-for-linking.patch;patch=1" | 6 | file://use-g++-for-linking.patch;apply=yes" |
| 5 | SRC_URI = "${BASE_SRC_URI} \ | 7 | SRC_URI = "${BASE_SRC_URI} \ |
| 6 | file://noldlibpath.patch;patch=1" | 8 | file://noldlibpath.patch;apply=yes" |
| 7 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" | 9 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" |
| 8 | 10 | ||
| 9 | LICENSE = "ICU" | 11 | LICENSE = "ICU" |
| 12 | LIC_FILES_CHKSUM = "file://../license.html;md5=5c94767cedb5d6987c902ac850ded2c6" | ||
| 10 | DEPENDS = "icu-native" | 13 | DEPENDS = "icu-native" |
| 11 | DEPENDS_virtclass-native = "" | 14 | DEPENDS_virtclass-native = "" |
| 12 | 15 | ||
diff --git a/meta/packages/icu/icu_3.6.bb b/meta/packages/icu/icu_3.6.bb index 20e7df857d..7938dc63dc 100644 --- a/meta/packages/icu/icu_3.6.bb +++ b/meta/packages/icu/icu_3.6.bb | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | require icu-3.6.inc | 1 | require icu-3.6.inc |
| 2 | 2 | ||
| 3 | PR = "r5" | 3 | PR = "r5" |
| 4 | |||
| 5 | |||
| 6 | |||
| 7 | |||
| 8 | |||
| 9 | |||
