summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml/libxml2
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
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')
-rw-r--r--meta/packages/libxml/libxml2/libxml-nanohttp.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/libxml/libxml2/libxml-nanohttp.patch b/meta/packages/libxml/libxml2/libxml-nanohttp.patch
deleted file mode 100644
index 550e036db3..0000000000
--- a/meta/packages/libxml/libxml2/libxml-nanohttp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Index: libxml2-2.6.29/nanohttp.c
2===================================================================
3--- libxml2-2.6.29.orig/nanohttp.c 2008-10-30 10:12:11.000000000 +0800
4+++ libxml2-2.6.29/nanohttp.c 2008-10-30 10:12:30.000000000 +0800
5@@ -1585,7 +1585,7 @@
6 if (!strcmp(filename, "-"))
7 fd = 0;
8 else {
9- fd = open(filename, O_CREAT | O_WRONLY);
10+ fd = open(filename, O_CREAT | O_WRONLY, 0644);
11 if (fd < 0) {
12 xmlNanoHTTPClose(ctxt);
13 return(-1);