From 74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:57:02 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-append/libxml/libxml2_2.9.1.bbappend | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-append/libxml/libxml2_2.9.1.bbappend (limited to 'recipes-append/libxml/libxml2_2.9.1.bbappend') diff --git a/recipes-append/libxml/libxml2_2.9.1.bbappend b/recipes-append/libxml/libxml2_2.9.1.bbappend new file mode 100644 index 0000000..98745d8 --- /dev/null +++ b/recipes-append/libxml/libxml2_2.9.1.bbappend @@ -0,0 +1,26 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://configure-Add-with-python-install-dir.patch" + +PACKAGES += "${PN}-python ${PN}-python-staticdev ${PN}-python-dbg" + +DEPENDS += "python-dev" + +FILES_${PN}-python = " \ + ${PYTHON_SITEPACKAGES_DIR}/libxml2mod.so \ + ${PYTHON_SITEPACKAGES_DIR}/drv_libxml2.py \ + ${PYTHON_SITEPACKAGES_DIR}/libxml2.py \ + " +FILES_${PN}-python-staticdev += " \ + ${PYTHON_SITEPACKAGES_DIR}/libxml2mod.a \ + ${PYTHON_SITEPACKAGES_DIR}/libxml2mod.la \ + " +FILES_${PN}-python-dbg += " \ + ${PYTHON_SITEPACKAGES_DIR}/.debug/libxml2mod.so \ + " + +# +: --with-catalog, --with-python-install-dir +EXTRA_OECONF = "--with-python=${STAGING_BINDIR}/python --with-python-install-dir=${PYTHON_SITEPACKAGES_DIR} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions" + +# +: --with-python-install-dir +EXTRA_OECONF_linuxstdbase = "--with-python=${STAGING_BINDIR}/python --with-python-install-dir=${PYTHON_SITEPACKAGES_DIR} --with-debug --with-legacy --with-catalog --with-docbook --with-c14n --without-lzma" -- cgit v1.2.3-54-g00ecf