diff options
author | Chris Lord <chris@openedhand.com> | 2007-12-06 10:23:27 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2007-12-06 10:23:27 +0000 |
commit | 2517420cbef24dd1e9a903a8659d41d083a57e23 (patch) | |
tree | d3a718c3a47ec0c746907395ca9c7bd072540ab3 /meta/packages/icu/icu-3.6.inc | |
parent | 8ccfa5c993a20c92ef7a2630ed37dea6d1159a89 (diff) | |
download | poky-2517420cbef24dd1e9a903a8659d41d083a57e23.tar.gz |
Import files from OE to build WebKit (patch to link icu required)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3317 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/icu/icu-3.6.inc')
-rw-r--r-- | meta/packages/icu/icu-3.6.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc new file mode 100644 index 0000000000..b9031e202a --- /dev/null +++ b/meta/packages/icu/icu-3.6.inc | |||
@@ -0,0 +1,15 @@ | |||
1 | |||
2 | LICENSE = "ICU" | ||
3 | |||
4 | SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz" | ||
5 | |||
6 | S = "${WORKDIR}/icu/source" | ||
7 | |||
8 | inherit autotools pkgconfig binconfig | ||
9 | |||
10 | do_configure() { | ||
11 | libtoolize --force | ||
12 | oe_runconf | ||
13 | } | ||
14 | |||
15 | |||