Add agl-service-unicens recipes
[AGL/meta-agl-devel.git] / meta-audio-4a-framework / recipes-support / mxml / files / 0001-avoid-testing-library-in-cross-environments.patch
1 From b00ed2af82d4b046a6b8c53bd373ffe908866b0d Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3 Date: Fri, 30 Dec 2016 00:30:59 +0100
4 Subject: [PATCH] avoid using binraies build - won't work in cross
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Upstream-Status: Inappropriate [embedded specific]
10
11 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12 ---
13  Makefile.in | 2 +-
14  1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/Makefile.in b/Makefile.in
17 index 92a490f..8217039 100644
18 --- a/Makefile.in
19 +++ b/Makefile.in
20 @@ -88,7 +88,7 @@ PUBLIBOBJS    =       mxml-attr.o mxml-entity.o mxml-file.o mxml-get.o \
21                         mxml-index.o mxml-node.o mxml-search.o mxml-set.o
22  LIBOBJS                =       $(PUBLIBOBJS) mxml-private.o mxml-string.o
23  OBJS           =       mxmldoc.o testmxml.o $(LIBOBJS)
24 -TARGETS                =       $(LIBMXML) mxmldoc testmxml mxml.xml doc/mxml.man
25 +TARGETS                =       $(LIBMXML)
26  
27  
28  #
29 -- 
30 2.5.5
31