summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch')
-rw-r--r--meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch b/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
new file mode 100644
index 0000000000..a580fc68e1
--- /dev/null
+++ b/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
@@ -0,0 +1,28 @@
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 | 2 --
11 1 file changed, 2 deletions(-)
12
13diff --git a/Makefile b/Makefile
14index d66ef26..8e97c6a 100644
15--- a/Makefile
16+++ b/Makefile
17@@ -23,8 +23,6 @@ install: modules_install
18
19 modules_install:
20 make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
21- @echo "Installing cryptodev.h in $(PREFIX)/usr/include/crypto ..."
22- @install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h
23
24 clean:
25 make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean
26--
271.9.1
28