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-11-05 08:32:18 +0530
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-17 09:33:03 -0300
commit9151cfcc9994800ae13add63185184f9a47bf2c4 (patch)
tree0a55640cbe9c4aded5de0dda724f33031e64c521 /recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
parent65f73448529336ee32bf2f11d28bf91b64d9a814 (diff)
downloadmeta-freescale-9151cfcc9994800ae13add63185184f9a47bf2c4.tar.gz
qoriq cryptodev-{linux,tests,module}: remove
All patches were merged in upstream cryptodev-linux repository. cryptodev recipes for qoriq in this layer used the same codes with the ones in poky. Remove to avoid maintenance efforts. 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, 0 insertions, 24 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
deleted file mode 100644
index 885b5823..00000000
--- a/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
+++ /dev/null
@@ -1,24 +0,0 @@
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