| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/ |
| H A D | 0001-Fixed-with-libxml2-no-case-in-configure.ac.patch | 4 Subject: [PATCH] Fixed --with-libxml2=no case in configure.ac 6 The CF3_WITH_LIBRARY and AC_CHECK_HEADERS were moved to outside of the check for with-libxml2=no 22 LIBXML2_CPPFLAGS=-I$with_libxml2/include/libxml2 27 -CF3_WITH_LIBRARY(libxml2, 31 - AC_MSG_ERROR(Cannot find libxml2); fi] 34 + CF3_WITH_LIBRARY(libxml2, 38 AC_MSG_ERROR(Cannot find libxml2); fi] 44 + AC_MSG_ERROR(Cannot find libxml2); fi] 57 LIBXML2_CPPFLAGS=-I$with_libxml2/include/libxml2 62 -CF3_WITH_LIBRARY(libxml2, [all …]
|
| /openbmc/openbmc/meta-security/recipes-security/opendnssec/files/ |
| H A D | libxml2_conf.patch | 1 configure does not work with OE pkg-config for the libxml2 option 15 - AC_ARG_WITH(libxml2, 16 - [AS_HELP_STRING([--with-libxml2=DIR],[look for libxml2 in this dir])], 40 - AC_CHECK_LIB(xml2, xmlDocGetRootElement,,[AC_MSG_ERROR([Can't find libxml2 library])]) 45 - AC_MSG_ERROR([libxml2 required, but not found.]) 48 + AC_ARG_WITH([libxml2], 49 + [AS_HELP_STRING([--with-libxml2=DIR], 54 + AC_MSG_ERROR([Invalid --with-libxml2 value]) 82 + # note that we #include <libxml/tree.h>, so the libxml2 headers have to be in 89 + if test -f "$xml2dir/include/libxml2/libxml/tree.h"; then [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | 0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch | 5 libxml2-config.cmake" 9 Upstream-Status: Inappropriate [upstream ticket https://gitlab.gnome.org/GNOME/libxml2/-/issues/898… 13 libxml2-config.cmake.in | 11 +++++++---- 25 -# for libxml2-config.cmake.in 39 diff --git a/libxml2-config.cmake.in b/libxml2-config.cmake.in 41 --- a/libxml2-config.cmake.in 42 +++ b/libxml2-config.cmake.in 54 -set(LIBXML2_INCLUDE_DIR @INSTALL_INCLUDEDIR@/libxml2) 57 +set(LIBXML2_INCLUDE_DIR ${_libxml2_rootdir}/include/libxml2)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hwloc/ |
| H A D | hwloc_2.9.3.bb | 19 PACKAGECONFIG ?= "pci libxml2 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 21 PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2,libxml2"
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | disable-libxml2-check.patch | 28 - print "Checking for ability to link against libxml2..."; 29 - if ( _libxml_check_lib('libxml2')) { 34 -libxml2, zlib, and/or the Math library (-lm) have not been found. 36 -Or get libxml2 from 42 -to see the exact reason why the detection of libxml2 installation 54 +# print "Checking for ability to link against libxml2..."; 55 +# if ( _libxml_check_lib('libxml2')) { 60 +#libxml2, zlib, and/or the Math library (-lm) have not been found. 62 +#Or get libxml2 from 68 +#to see the exact reason why the detection of libxml2 installation
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/ |
| H A D | libxml-libxml-perl_2.0134.bb | 1 SUMMARY = "Perl interface to the libxml2 library" 2 DESCRIPTION = "This module is an interface to libxml2, providing XML and HTML parsers \ 4 interface and a XML::XPath-like interface to XPath API of libxml2. \ 12 DEPENDS += "libxml2 \ 17 libxml2 \ 26 file://disable-libxml2-check.patch \ 41 EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR}/libxml2 LIBS=-L${STAGING_LIBDIR}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/ |
| H A D | tiptop_2.3.1.bb | 5 DEPENDS = "ncurses libxml2 bison-native flex-native" 19 EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" 24 # 1. The path of libxml2. Specify it in EXTRA_OECONF. 28 sed -i 's= -I/usr/include/libxml2==' ${S}/configure.ac 31 sed -i 's= -I/usr/include/libxml2==' ${S}/configure.ac
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-libxml2-cross-compile.patch | 4 Subject: [PATCH] Fix libxml2 for cross-compiling 24 -AC_CHECK_HEADERS([libxml2/libxml/xmlexports.h],[XML2_INCLUDE="-I/usr/include/libxml2"],[XML2_INCLU… 25 +AC_CHECK_HEADERS([libxml2/libxml/xmlexports.h],[XML2_INCLUDE="$XML2_INCLUDE"],[XML2_INCLUDE=])
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | 0001-configure-libxslt-conf.patch | 23 - ngx_feature_path="/usr/include/libxml2" 24 + ngx_feature_path="=/usr/include/libxml2" 32 - ngx_feature_path="/usr/include/libxml2" 33 + ngx_feature_path="=/usr/include/libxml2"
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/ |
| H A D | yelp-xsl_42.1.bb | 12 DEPENDS += "libxml2" 16 RDEPENDS:${PN}:append:class-target = " libxml2 itstool" 19 RDEPENDS:${PN}:append:class-native = " libxml2-native"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/ |
| H A D | cfengine_3.21.0.bb | 18 DEPENDS += "attr tokyocabinet bison-native libxml2" 19 #RDEPENDS:cfengine += "attr tokyocabinet bison-native libxml2" 22 file://0001-Fixed-with-libxml2-no-case-in-configure.ac.patch \ 40 PACKAGECONFIG[libxml2] = "--with-libxml2=yes,--with-libxml2=no,libxml2,"
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp/ |
| H A D | configure.patch | 34 -# Hunt through several possible directories to find the includes for libxml2 37 …l2_include_dir /usr/include /usr/local/include /usr/include/libxml2 /usr/local/include/libxml2 ; do 48 + AC_DEFINE(HAVE_LIBXML2,1,[defined when libxml2 is available]) 50 + AC_MSG_WARN([libxml2 not found. Disabling cache.])
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch | 4 Subject: [PATCH] fix lttng-tools fails to compile with libxml2 2.14.0+ 7 …/work/core2-32-poky-linux/lttng-tools/2.13.15/recipe-sysroot/usr/include/libxml2/libxml/parser.h:2… 9 …/work/core2-32-poky-linux/lttng-tools/2.13.15/recipe-sysroot/usr/include/libxml2/libxml/encoding.h… 30 [1] https://gitlab.gnome.org/GNOME/libxml2/-/commit/38f475072aefe032fff1dc058df3e56c1e7062fa 31 [2] https://gitlab.gnome.org/GNOME/libxml2/-/commit/69b83bb68e2a8ed0013f80c51b9a358714b00c9a#478024…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-lxml_5.4.0.bb | 1 SUMMARY = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementT… 2 DESCRIPTION = "lxml is a Pythonic, mature binding for the libxml2 and \ 19 DEPENDS += "libxml2 libxslt" 40 RDEPENDS:${PN} += "libxml2 libxslt python3-compression"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/ |
| H A D | neon_0.33.0.bb | 28 PACKAGECONFIG[libxml2] = "--with-libxml2,--without-libxml2,libxml2"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/ |
| H A D | 0001-Remove-the-access-to-entities-checked-private-symbol.patch | 5 libxml2 2.11.0 8 as public API/ABI have been removed from libxml2, therefore the field 29 * http://git.gnome.org/browse/libxml2/commit/?id=a37a6ad91a61d168ecc4b29263def3363fff4da6
|
| /openbmc/openbmc/poky/meta/recipes-core/libxml/ |
| H A D | libxml2_2.14.3.bb | 3 HOMEPAGE = "https://gitlab.gnome.org/GNOME/libxml2" 4 BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" 20 file://0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch \ 58 # autonamer would call this libxml2-2, but we don't want that 60 d.setVar('PKG:libxml2', '${MLPREFIX}libxml2')
|
| /openbmc/openbmc/poky/meta/recipes-devtools/xmlto/ |
| H A D | xmlto_0.0.29.bb | 17 DEPENDS = "libxml2-native libxslt-native flex-native docbook-xml-dtd4-native docbook-xsl-stylesheet… 22 libxml2 \ 27 libxml2-utils \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libiio/ |
| H A D | libiio_0.26.bb | 39 …usb_backend] = "-DWITH_USB_BACKEND=ON -DWITH_XML_BACKEND=ON,-DWITH_USB_BACKEND=OFF,libusb1 libxml2" 40 …ork_backend] = "-DWITH_NETWORK_BACKEND=ON -DWITH_XML_BACKEND=ON,-DWITH_NETWORK_BACKEND=OFF,libxml2" 41 … = "-DWITH_SERIAL_BACKEND=ON -DWITH_XML_BACKEND=ON,-DWITH_SERIAL_BACKEND=off,libserialport libxml2" 42 PACKAGECONFIG[xml_backend] = "-DWITH_XML_BACKEND=ON,${XML_BACKEND_DISABLE},libxml2"
|
| /openbmc/openbmc/meta-security/recipes-compliance/openscap/ |
| H A D | openscap_1.4.1.bb | 9 DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swig libpcre xmlsec1" 10 DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libc… 68 RDEPENDS:${PN} = "libxml2 python3-core libgcc bash" 69 RDEPENDS:${PN}-class-target = "libxml2 python3-core libgcc bash os-release"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/ |
| H A D | 0001-wfs-Cover-xmlNanoHTTPCleanup-with-LIBXML_HTTP_ENABLE.patch | 6 libxml2 has deprecated internal http support [1] 23 /* Resets the libxml2 "nano HTTP": useful when changing the HTTP_PROXY settings */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/ |
| H A D | 0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch | 6 ATTRIBUTE_UNUSED is not defined in libxml2 2.14+, so check if the define is 29 + * Unbreak build with libxml2 2.14
|
| /openbmc/openbmc/poky/meta/recipes-support/libxslt/ |
| H A D | libxslt_1.1.43.bb | 4 libxml2 the XML C library developed for the GNOME project. It also implements most of \ 14 DEPENDS = "libxml2" 22 CVE_STATUS[CVE-2022-29824] = "not-applicable-config: Static linking to libxml2 is not enabled."
|
| /openbmc/openbmc/meta-security/recipes-security/opendnssec/ |
| H A D | opendnssec_2.1.10.bb | 6 DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml " 17 EXTRA_OECONF = " --with-libxml2=${STAGING_DIR_HOST}/usr --with-ldns=${STAGING_DIR_HOST}/usr \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/ |
| H A D | libmusicbrainz_git.bb | 6 DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native"
|