[oe] [PATCH 2/2] libxml2: Add catalog and docbook support

Philip Balister philip at balister.org
Fri Jan 22 13:20:40 UTC 2010


On 01/22/2010 05:04 AM, Michael Lippautz wrote:
> * Adds catalog and docbook support, which is needed for
>    libxml-libxml-perl recipe.
> ---
>   recipes/libxml/libxml2.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
> index bc31123..44e6f82 100644
> --- a/recipes/libxml/libxml2.inc
> +++ b/recipes/libxml/libxml2.inc
> @@ -9,7 +9,7 @@ PR = "r1"
>
>   inherit autotools pkgconfig binconfig
>
> -EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
> +EXTRA_OECONF = "--without-python --without-debug --without-legacy --with-catalog --with-docbook --with-c14n"

Does this change any of the recipes DEPENDS?

Philip




More information about the Openembedded-devel mailing list