summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-02 18:44:39 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:43 -0700
commitbac29db14c6d4d2ee07317870db73a4391775dc6 (patch)
treec2bea6df11e59e3b657ade586ad7d82f5dc27d58
parentadcfc07f135ced402af5354983179375ff095795 (diff)
downloadpoky-bac29db14c6d4d2ee07317870db73a4391775dc6.tar.gz
libidn: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
-rw-r--r--meta/packages/libidn/libidn_0.5.19.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/libidn/libidn_0.5.19.bb b/meta/packages/libidn/libidn_0.5.19.bb
index cf5c6e1925..07cdb96470 100644
--- a/meta/packages/libidn/libidn_0.5.19.bb
+++ b/meta/packages/libidn/libidn_0.5.19.bb
@@ -1,7 +1,8 @@
1LICENSE = "LGPL"
2DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." 1DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
2HOMEPAGE = "http://www.gnu.org/software/libidn/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional" 4# change to GPLv3 for >1.0 version
5LICENSE = "LGPLv2.1+ & GPLv2+"
5PR = "r1" 6PR = "r1"
6 7
7inherit pkgconfig autotools gettext 8inherit pkgconfig autotools gettext