diff options
author | Qing He <qing.he@intel.com> | 2010-06-18 11:07:40 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:03 +0100 |
commit | 90747bcf0076928c6d176478f61ea6c6a07fbf33 (patch) | |
tree | ef7b32a3f54308bc8b7b4224c57ce45eebcb0ac7 /meta/packages/libxml/libxml2.inc | |
parent | afe4dec809644c8e070dd8df929fb784e1cf37ed (diff) | |
download | openembedded-core-90747bcf0076928c6d176478f61ea6c6a07fbf33.tar.gz openembedded-core-90747bcf0076928c6d176478f61ea6c6a07fbf33.tar.bz2 openembedded-core-90747bcf0076928c6d176478f61ea6c6a07fbf33.zip |
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.inc | 15 |
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 @@ DESCRIPTION = "GNOME XML Parser library" +HOMEPAGE = "http://www.xmlsoft.org/" +BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" SECTION = "libs" PRIORITY = "optional" LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=bb90c48926316d9af6e2d70ca7013ade \ + file://hash.c;beginline=6;endline=15;md5=ce702952bfddd7aee22639a2d6b54136 \ + file://list.c;beginline=4;endline=13;md5=cdbfa3dee51c099edb04e39f762ee907 \ + file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e" + +DEPENDS_virtclass-native = "python-native" +DEPENDS =+ "zlib" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ - file://libxml-64bit.patch;patch=1 \ - file://libxml-nanohttp.patch;patch=1" + file://libxml-64bit.patch" -DEPENDS_virtclass-native = "python-native" inherit autotools pkgconfig binconfig @@ -24,7 +31,7 @@ python populate_packages_prepend () { PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" -FILES_${PN}-dev += "${bindir}/*-config" +FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh" FILES_${PN}-utils += "${bindir}/*" BBCLASSEXTEND = "native" |