From 8decbce3831ad2d4c30d4dbc4f04ecd3ad161807 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Mon, 7 Jun 2010 17:24:41 +0800 Subject: [PATCH] icu: fix metadata also change to use new patch parameter Signed-off-by Kevin Tian --- meta/packages/icu/icu-3.6.inc | 9 ++++++--- 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 @@ +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." +HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp" BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ - file://gccfix.patch;patch=1 \ - file://use-g++-for-linking.patch;patch=1" + file://gccfix.patch;apply=yes \ + file://use-g++-for-linking.patch;apply=yes" SRC_URI = "${BASE_SRC_URI} \ - file://noldlibpath.patch;patch=1" + file://noldlibpath.patch;apply=yes" SRC_URI_virtclass-native = "${BASE_SRC_URI}" LICENSE = "ICU" +LIC_FILES_CHKSUM = "file://../license.html;md5=5c94767cedb5d6987c902ac850ded2c6" DEPENDS = "icu-native" DEPENDS_virtclass-native = "" 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 @@ require icu-3.6.inc PR = "r5" - - - - - -