summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-19 16:50:40 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-20 16:17:28 -0300
commit291d71881ac61153d99992f5322e15635d9cd66d (patch)
treeb14beabec23e6202515c044d3f7cb0141d83de11 /recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
parent8e115ab460032de8a3495588b642ca82892f93b1 (diff)
downloadmeta-freescale-291d71881ac61153d99992f5322e15635d9cd66d.tar.gz
cryptodev: upgrade to 1.10
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch')
-rw-r--r--recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch b/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
new file mode 100644
index 00000000..885b5823
--- /dev/null
+++ b/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
@@ -0,0 +1,24 @@
1From 8a884f55bd1527baa82fab68c186ba546273860c Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Sun, 6 Apr 2014 19:51:39 -0400
4Subject: [PATCH] Disable installing header file provided by another package
5
6Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7
8Upstream-Status: Inappropriate [ OE specific ]
9---
10 Makefile | 1 -
11 1 file changed, 1 deletion(-)
12
13diff --git a/Makefile b/Makefile
14index 5a080e0..bf02396 100644
15--- a/Makefile
16+++ b/Makefile
17@@ -33,7 +33,6 @@ install: modules_install
18
19 modules_install:
20 $(MAKE) $(KERNEL_MAKE_OPTS) modules_install
21- install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h
22
23 clean:
24 $(MAKE) $(KERNEL_MAKE_OPTS) clean