[oe-commits] org.oe.dev packages/libxml/libxml2-native_2.6.26.bb

Shane commit openembedded-commits at lists.openembedded.org
Sat Feb 24 15:55:11 UTC 2007


packages/libxml/libxml2-native_2.6.26.bb
packages/libxml/libxml2_2.6.26.bb : Enabling C14N support in libxml allows php 5.2 to compile.  
Enabling this option only slightly (<2Kbytes) increases the size of the libxml package.

Author: Shane
Branch: org.openembedded.dev
Revision: 489837fe60895914cec29a53f1b564e0f7bb3933
ViewMTN: http://monotone.openembedded.org/revision.psp?id=489837fe60895914cec29a53f1b564e0f7bb3933
Files:
1
packages/libxml/libxml2-native_2.6.26.bb
packages/libxml/libxml2_2.6.26.bb
Diffs:

#
# mt diff -r712872c535b7f61894d101ae41ed122ab3186a6c -r489837fe60895914cec29a53f1b564e0f7bb3933
#
# 
# 
# patch "packages/libxml/libxml2-native_2.6.26.bb"
#  from [9278006604068d5474aec82235f12f828e3ae934]
#    to [bda19710e0f2e6569580a954b8e460537c9b7b6e]
# 
# patch "packages/libxml/libxml2_2.6.26.bb"
#  from [c884628461cc34031b7679d019a2811fe8a67969]
#    to [adc83aaa45d7e61deca6381a99a2e96ba6befa70]
# 
============================================================
--- packages/libxml/libxml2-native_2.6.26.bb	9278006604068d5474aec82235f12f828e3ae934
+++ packages/libxml/libxml2-native_2.6.26.bb	bda19710e0f2e6569580a954b8e460537c9b7b6e
@@ -1,4 +1,5 @@ DESCRIPTION = "GNOME XML library"
 DESCRIPTION = "GNOME XML library"
+PR = "r1"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
            file://no-testapi.patch;patch=1"
@@ -10,7 +11,7 @@ inherit autotools native pkgconfig
 
 inherit autotools native pkgconfig
 
-EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n"
+EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --with-c14n"
 
 headers = "DOCBparser.h HTMLparser.h HTMLtree.h SAX.h SAX2.h c14n.h catalog.h chvalid.h debugXML.h dict.h encoding.h entities.h globals.h hash.h list.h nanoftp.h nanohttp.h parser.h parserInternals.h pattern.h relaxng.h schemasInternals.h threads.h tree.h uri.h valid.h xinclude.h xlink.h xmlIO.h xmlautomata.h xmlerror.h xmlexports.h xmlmemory.h xmlreader.h xmlregexp.h xmlschemas.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlversion.h xmlwriter.h xpath.h xpathInternals.h xpointer.h"
 
============================================================
--- packages/libxml/libxml2_2.6.26.bb	c884628461cc34031b7679d019a2811fe8a67969
+++ packages/libxml/libxml2_2.6.26.bb	adc83aaa45d7e61deca6381a99a2e96ba6befa70
@@ -1,14 +1,14 @@ LICENSE = "MIT"
 DESCRIPTION = "GNOME XML Parser library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
 
 inherit autotools pkgconfig binconfig
 
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n"
+EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
 
 export LDFLAGS += "-ldl"
 






More information about the Openembedded-commits mailing list