Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libxml2: add missing dependency on binutils
@ 2012-02-21 19:07 Steve Sakoman
  2012-02-21 21:52 ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2012-02-21 19:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Steve Sakoman

Otherwise build fails with following error:

| In file included from libxml.h:36:0,
|                  from xmlmemory.c:8:
| ./include/libxml/xmlversion.h:396:22: fatal error: ansidecl.h: No such file or directory

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-core/libxml/libxml2.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 0979acd..6230f60 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=bb90c48926316d9af6e2d70ca7013ade \
                     file://trio.c;beginline=5;endline=14;md5=6c025753c86d958722ec76e94cae932e"
 
 DEPENDS_virtclass-native = "python-native"
-DEPENDS =+ "zlib"
+DEPENDS =+ "zlib binutils"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \
            file://libxml-64bit.patch"
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-22 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 19:07 [PATCH] libxml2: add missing dependency on binutils Steve Sakoman
2012-02-21 21:52 ` Richard Purdie
2012-02-21 22:26   ` Steve Sakoman
2012-02-21 22:48     ` Martin Jansa
2012-02-21 23:02       ` Phil Blundell
2012-02-22 15:09     ` Steve Sakoman
2012-02-21 22:58   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox