summaryrefslogtreecommitdiff
path: root/meta/packages/libidn/libidn_0.5.19.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-20 13:10:14 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 21:44:37 +0100
commitd86e127ea046f5a150a5022c457c7a8dbf0a22f0 (patch)
tree6c54aa41e5da0728dccc57e651744796e7d60c5b /meta/packages/libidn/libidn_0.5.19.bb
parent856769b0016c480627c9302b8dc8d2f479058120 (diff)
downloadopenembedded-core-d86e127ea046f5a150a5022c457c7a8dbf0a22f0.tar.gz
openembedded-core-d86e127ea046f5a150a5022c457c7a8dbf0a22f0.tar.bz2
openembedded-core-d86e127ea046f5a150a5022c457c7a8dbf0a22f0.tar.xz
openembedded-core-d86e127ea046f5a150a5022c457c7a8dbf0a22f0.zip
libidn: upgrade to 0.6.14(GPLv2), and 1.19 (GPLv3)
libidn changed to GPLv3 since 2007 (its 1.0 release), so this upgrade includes two: 0.6.14 (GPLv2): - change SRC_URI as original doesn't work - remove original do_configure_prepend, which doesn't make any sense when inheriting autotools - this version includes a local copy of AC_USE_SYSTEM_EXTENSIONS which conflicts with latest autoconf. Actually it's not necessary and remove all references to local version 1.19 (GPLv3): - split a new package 'idn' for command line tools, which are licensed under GPLv3. keep other bits in libidn licensed under LGPLv2.1 Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/libidn/libidn_0.5.19.bb')
-rw-r--r--meta/packages/libidn/libidn_0.5.19.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/libidn/libidn_0.5.19.bb b/meta/packages/libidn/libidn_0.5.19.bb
deleted file mode 100644
index 07cdb9647..000000000
--- a/meta/packages/libidn/libidn_0.5.19.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
-HOMEPAGE = "http://www.gnu.org/software/libidn/"
-SECTION = "libs"
-# change to GPLv3 for >1.0 version
-LICENSE = "LGPLv2.1+ & GPLv2+"
-PR = "r1"
-
-inherit pkgconfig autotools gettext
-
-SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
-
-EXTRA_OECONF = " --disable-tld"
-
-do_configure_prepend () {
- autoreconf -f -i -s
-}