summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml/libxml2.inc
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-06-18 11:07:40 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:03 +0100
commit90747bcf0076928c6d176478f61ea6c6a07fbf33 (patch)
treeef7b32a3f54308bc8b7b4224c57ce45eebcb0ac7 /meta/packages/libxml/libxml2.inc
parentafe4dec809644c8e070dd8df929fb784e1cf37ed (diff)
downloadpoky-90747bcf0076928c6d176478f61ea6c6a07fbf33.tar.gz
libxml2: upgrade to version 2.7.7
from 2.6.29 add homepage and bugtracker, update license changes: - remove libxml-nanohttp.patch since it's already upstream - add ${libdir}/xml2Conf.sh into FILES_${PN}-dev Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/libxml/libxml2.inc')
-rw-r--r--meta/packages/libxml/libxml2.inc15
1 files changed, 11 insertions, 4 deletions
diff --git a/meta/packages/libxml/libxml2.inc b/meta/packages/libxml/libxml2.inc
index 1aa7132ceb..6a763aa4da 100644
--- a/meta/packages/libxml/libxml2.inc
+++ b/meta/packages/libxml/libxml2.inc
@@ -1,13 +1,20 @@
1DESCRIPTION = "GNOME XML Parser library" 1DESCRIPTION = "GNOME XML Parser library"
2HOMEPAGE = "http://www.xmlsoft.org/"
3BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2"
2SECTION = "libs" 4SECTION = "libs"
3PRIORITY = "optional" 5PRIORITY = "optional"
4LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://COPYING;md5=bb90c48926316d9af6e2d70ca7013ade \
8 file://hash.c;beginline=6;endline=15;md5=ce702952bfddd7aee22639a2d6b54136 \
9 file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \
10 file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e"
11
12DEPENDS_virtclass-native = "python-native"
13DEPENDS =+ "zlib"
5 14
6SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ 15SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
7 file://libxml-64bit.patch;patch=1 \ 16 file://libxml-64bit.patch"
8 file://libxml-nanohttp.patch;patch=1"
9 17
10DEPENDS_virtclass-native = "python-native"
11 18
12inherit autotools pkgconfig binconfig 19inherit autotools pkgconfig binconfig
13 20
@@ -24,7 +31,7 @@ python populate_packages_prepend () {
24 31
25PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" 32PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
26 33
27FILES_${PN}-dev += "${bindir}/*-config" 34FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh"
28FILES_${PN}-utils += "${bindir}/*" 35FILES_${PN}-utils += "${bindir}/*"
29 36
30BBCLASSEXTEND = "native" 37BBCLASSEXTEND = "native"