summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmxml/libmxml/0007-Makefile-require-libmxml.a-for-its-installation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libmxml/libmxml/0007-Makefile-require-libmxml.a-for-its-installation.patch')
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml/0007-Makefile-require-libmxml.a-for-its-installation.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml/0007-Makefile-require-libmxml.a-for-its-installation.patch b/meta-oe/recipes-support/libmxml/libmxml/0007-Makefile-require-libmxml.a-for-its-installation.patch
deleted file mode 100644
index 14c4ac0fa..000000000
--- a/meta-oe/recipes-support/libmxml/libmxml/0007-Makefile-require-libmxml.a-for-its-installation.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 5d58c984e1a1173def37a99267afd78757998642 Mon Sep 17 00:00:00 2001
2From: Richard Leitner <richard.leitner@skidata.com>
3Date: Mon, 4 Jun 2018 11:23:36 +0200
4Subject: [PATCH 7/7] Makefile: require libmxml.a for its installation
5
6Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
7---
8 Makefile.in | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile.in b/Makefile.in
12index fd48565..155a17a 100644
13--- a/Makefile.in
14+++ b/Makefile.in
15@@ -162,7 +162,7 @@ install: $(TARGETS) install-$(LIBMXML) install-libmxml.a
16 $(INSTALL_DIR) $(BUILDROOT)$(mandir)/man3
17 $(INSTALL_MAN) doc/mxml.man $(BUILDROOT)$(mandir)/man3/mxml.3
18
19-install-libmxml.a:
20+install-libmxml.a: libmxml.a
21 echo Installing libmxml.a to $(BUILDROOT)$(libdir)...
22 $(INSTALL_DIR) $(BUILDROOT)$(libdir)
23 $(INSTALL_LIB) libmxml.a $(BUILDROOT)$(libdir)
24--
252.11.0
26