* [PATCH 2/2] libxml2: Add catalog and docbook support
@ 2010-01-22 10:04 Michael Lippautz
2010-01-22 13:20 ` Philip Balister
0 siblings, 1 reply; 2+ messages in thread
From: Michael Lippautz @ 2010-01-22 10:04 UTC (permalink / raw)
To: openembedded-devel
* 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"
export LDFLAGS += "-ldl"
--
1.6.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] libxml2: Add catalog and docbook support
2010-01-22 10:04 [PATCH 2/2] libxml2: Add catalog and docbook support Michael Lippautz
@ 2010-01-22 13:20 ` Philip Balister
0 siblings, 0 replies; 2+ messages in thread
From: Philip Balister @ 2010-01-22 13:20 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-22 13:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 10:04 [PATCH 2/2] libxml2: Add catalog and docbook support Michael Lippautz
2010-01-22 13:20 ` Philip Balister
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.