summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch')
-rw-r--r--recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch b/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
index c2512a0e..59e7bcbf 100644
--- a/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
+++ b/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
@@ -1,4 +1,4 @@
1From 89f9b87904bd312b817ffaa7d83abfd5e84d723d Mon Sep 17 00:00:00 2001 1From 6caf90592d61c8c45b32cb7ff76709f9326030e2 Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Fri, 8 Sep 2017 15:40:49 -0400 3Date: Fri, 8 Sep 2017 15:40:49 -0400
4Subject: [PATCH] lib/Makefile: overwrite install-lib, to allow multiarch 4Subject: [PATCH] lib/Makefile: overwrite install-lib, to allow multiarch
@@ -8,6 +8,7 @@ I am not sure why Yocto installs python modules in arch specific
8INSTALL_LIB. 8INSTALL_LIB.
9 9
10Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 10Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
11
11--- 12---
12 lib/Makefile | 2 +- 13 lib/Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-) 14 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -25,6 +26,3 @@ index b1bb057..06f5c5d 100644
25 .PHONY: install 26 .PHONY: install
26 27
27 uninstall: 28 uninstall:
28--
292.7.4
30