summaryrefslogtreecommitdiffstats
path: root/meta-audio-4a-framework/recipes-support/mxml/files
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-11-28 21:49:18 +0000
committerStephane Desneux <stephane.desneux@iot.bzh>2017-11-28 21:49:18 +0000
commitf7af19660327066b68377591dc9b70b8bfd96e38 (patch)
tree29ad82210e5a3f213edd17fd8e0d870ab574e706 /meta-audio-4a-framework/recipes-support/mxml/files
parent21cf14bcfec3ddbec729ed2b856861d1f96fb478 (diff)
agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2
Bug-AGL: SPEC-1106 Change-Id: I2e17464bb5d9c7bb2ec4310d14a9d44839fc6db4 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-support/mxml/files')
-rw-r--r--meta-audio-4a-framework/recipes-support/mxml/files/0001-avoid-testing-library-in-cross-environments.patch31
-rw-r--r--meta-audio-4a-framework/recipes-support/mxml/files/0002-don-t-loose-our-LDFLAGS.patch31
2 files changed, 0 insertions, 62 deletions
diff --git a/meta-audio-4a-framework/recipes-support/mxml/files/0001-avoid-testing-library-in-cross-environments.patch b/meta-audio-4a-framework/recipes-support/mxml/files/0001-avoid-testing-library-in-cross-environments.patch
deleted file mode 100644
index a128936b..00000000
--- a/meta-audio-4a-framework/recipes-support/mxml/files/0001-avoid-testing-library-in-cross-environments.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From b00ed2af82d4b046a6b8c53bd373ffe908866b0d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Fri, 30 Dec 2016 00:30:59 +0100
-Subject: [PATCH] avoid using binraies build - won't work in cross
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 92a490f..8217039 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -88,7 +88,7 @@ PUBLIBOBJS = mxml-attr.o mxml-entity.o mxml-file.o mxml-get.o \
- mxml-index.o mxml-node.o mxml-search.o mxml-set.o
- LIBOBJS = $(PUBLIBOBJS) mxml-private.o mxml-string.o
- OBJS = mxmldoc.o testmxml.o $(LIBOBJS)
--TARGETS = $(LIBMXML) mxmldoc testmxml mxml.xml doc/mxml.man
-+TARGETS = $(LIBMXML)
-
-
- #
---
-2.5.5
-
diff --git a/meta-audio-4a-framework/recipes-support/mxml/files/0002-don-t-loose-our-LDFLAGS.patch b/meta-audio-4a-framework/recipes-support/mxml/files/0002-don-t-loose-our-LDFLAGS.patch
deleted file mode 100644
index 3371d1ac..00000000
--- a/meta-audio-4a-framework/recipes-support/mxml/files/0002-don-t-loose-our-LDFLAGS.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 358fe387d07b4906c823b2a664f3c57fd62acd3e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Mon, 27 Feb 2017 18:24:29 +0100
-Subject: [PATCH] don't loose our LDFLAGS
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Pending
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 789677a..f3b3b62 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -25,7 +25,7 @@ CC = @CC@
- CFLAGS = $(OPTIM) $(ARCHFLAGS) @CFLAGS@ @CPPFLAGS@ @PTHREAD_FLAGS@
- CP = @CP@
- DSO = @DSO@
--DSOFLAGS = @DSOFLAGS@
-+DSOFLAGS = $(LDFLAGS) @DSOFLAGS@
- LDFLAGS = $(OPTIM) $(ARCHFLAGS) @LDFLAGS@
- INSTALL = @INSTALL@
- LIBMXML = @LIBMXML@
---
-2.9.3
-