diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/icu/icu-3.6.inc | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/icu/icu-3.6.inc')
| -rw-r--r-- | meta/packages/icu/icu-3.6.inc | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc deleted file mode 100644 index 1c611bdf36..0000000000 --- a/meta/packages/icu/icu-3.6.inc +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 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" | ||
| 3 | |||
| 4 | BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ | ||
| 5 | file://gccfix.patch;apply=yes \ | ||
| 6 | file://use-g++-for-linking.patch;apply=yes" | ||
| 7 | SRC_URI = "${BASE_SRC_URI} \ | ||
| 8 | file://noldlibpath.patch;apply=yes" | ||
| 9 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" | ||
| 10 | |||
| 11 | LICENSE = "ICU" | ||
| 12 | LIC_FILES_CHKSUM = "file://../license.html;md5=5c94767cedb5d6987c902ac850ded2c6" | ||
| 13 | DEPENDS = "icu-native" | ||
| 14 | DEPENDS_virtclass-native = "" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/icu/source" | ||
| 17 | |||
| 18 | PARALLEL_MAKE = "" | ||
| 19 | FULL_OPTIMIZATION_arm = "-Os" | ||
| 20 | |||
| 21 | inherit autotools pkgconfig binconfig | ||
| 22 | |||
| 23 | do_configure() { | ||
| 24 | libtoolize --force | ||
| 25 | gnu-configize --force | ||
| 26 | oe_runconf | ||
| 27 | if [ "${PN}" != "icu-native" ]; then | ||
| 28 | # In the non-native case we need to make substitutions to use | ||
| 29 | # the native versions of the tools | ||
| 30 | for i in */Makefile* */*.inc */*/Makefile* */*/*.inc */*/*.inc.in ; do | ||
| 31 | sed -i -e 's:$(INVOKE) $(BINDIR)/:$(INVOKE) :g' $i | ||
| 32 | sed -i -e 's:$(BINDIR)/::g' $i | ||
| 33 | done | ||
| 34 | fi | ||
| 35 | } | ||
| 36 | |||
| 37 | do_compile() { | ||
| 38 | oe_runmake 'CXX=${CXX}' | ||
| 39 | } | ||
| 40 | |||
| 41 | do_install_append() { | ||
| 42 | chmod +x ${D}${libdir}/lib* | ||
| 43 | } | ||
| 44 | |||
| 45 | PACKAGES =+ "libicudata libicuuc libicui18n libicule libiculx libicutu libicuio" | ||
| 46 | |||
| 47 | FILES_libicudata = "${libdir}/libicudata.so.*" | ||
| 48 | FILES_libicuuc = "${libdir}/libicuuc.so.*" | ||
| 49 | FILES_libicui18n = "${libdir}/libicui18n.so.*" | ||
| 50 | FILES_libicule = "${libdir}/libicule.so.*" | ||
| 51 | FILES_libiculx = "${libdir}/libiculx.so.*" | ||
| 52 | FILES_libicutu = "${libdir}/libicutu.so.*" | ||
| 53 | FILES_libicuio = "${libdir}/libicuio.so.*" | ||
| 54 | |||
| 55 | BBCLASSEXTEND = "native" | ||
