diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/libxml/libxml2.inc | 15 | ||||
-rw-r--r-- | meta/packages/libxml/libxml2/libxml-nanohttp.patch | 13 | ||||
-rw-r--r-- | meta/packages/libxml/libxml2_2.7.7.bb (renamed from meta/packages/libxml/libxml2_2.6.29.bb) | 2 |
3 files changed, 12 insertions, 18 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 @@ | |||
1 | DESCRIPTION = "GNOME XML Parser library" | 1 | DESCRIPTION = "GNOME XML Parser library" |
2 | HOMEPAGE = "http://www.xmlsoft.org/" | ||
3 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" | ||
2 | SECTION = "libs" | 4 | SECTION = "libs" |
3 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
4 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_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 | |||
12 | DEPENDS_virtclass-native = "python-native" | ||
13 | DEPENDS =+ "zlib" | ||
5 | 14 | ||
6 | SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ | 15 | SRC_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 | ||
10 | DEPENDS_virtclass-native = "python-native" | ||
11 | 18 | ||
12 | inherit autotools pkgconfig binconfig | 19 | inherit autotools pkgconfig binconfig |
13 | 20 | ||
@@ -24,7 +31,7 @@ python populate_packages_prepend () { | |||
24 | 31 | ||
25 | PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" | 32 | PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" |
26 | 33 | ||
27 | FILES_${PN}-dev += "${bindir}/*-config" | 34 | FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh" |
28 | FILES_${PN}-utils += "${bindir}/*" | 35 | FILES_${PN}-utils += "${bindir}/*" |
29 | 36 | ||
30 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
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 @@ | |||
1 | Index: 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); | ||
diff --git a/meta/packages/libxml/libxml2_2.6.29.bb b/meta/packages/libxml/libxml2_2.7.7.bb index 42253dd475..7e017c6ee3 100644 --- a/meta/packages/libxml/libxml2_2.6.29.bb +++ b/meta/packages/libxml/libxml2_2.7.7.bb | |||
@@ -1,3 +1,3 @@ | |||
1 | require libxml2.inc | 1 | require libxml2.inc |
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r0" |