http://bugs.openembedded.org/show_bug.cgi?id=950
Summary: Missing xmlsave.h in staging install.
Product: Openembedded
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
The file "xmlsave.h" is left off the staging install
list. This can break a few packages.
Here's a trivial patch:
--- packages/libxml/libxml2_2.6.22.bb
83f630b33b0390ea2fe13f825ad8964859329410
+++ packages/libxml/libxml2_2.6.22.bb
190c6d2e1f6c9853a259ef01d52cd90682bbbe36
@@ -15,7 +15,7 @@
EXTRA_OECONF = "--without-python --without-debug --without-legacy
--without-catalog --without-docbook --without-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"
+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 xmlsave.h"
do_stage () {
oe_libinstall -so libxml2 ${STAGING_LIBDIR}
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe