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.patch18
1 files changed, 7 insertions, 11 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
index a580fc68e1..885b5823e4 100644
--- 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
@@ -7,22 +7,18 @@ Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7 7
8Upstream-Status: Inappropriate [ OE specific ] 8Upstream-Status: Inappropriate [ OE specific ]
9--- 9---
10 Makefile | 2 -- 10 Makefile | 1 -
11 1 file changed, 2 deletions(-) 11 1 file changed, 1 deletion(-)
12 12
13diff --git a/Makefile b/Makefile 13diff --git a/Makefile b/Makefile
14index d66ef26..8e97c6a 100644 14index 5a080e0..bf02396 100644
15--- a/Makefile 15--- a/Makefile
16+++ b/Makefile 16+++ b/Makefile
17@@ -23,8 +23,6 @@ install: modules_install 17@@ -33,7 +33,6 @@ install: modules_install
18 18
19 modules_install: 19 modules_install:
20 make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install 20 $(MAKE) $(KERNEL_MAKE_OPTS) modules_install
21- @echo "Installing cryptodev.h in $(PREFIX)/usr/include/crypto ..." 21- install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h
22- @install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h
23 22
24 clean: 23 clean:
25 make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean 24 $(MAKE) $(KERNEL_MAKE_OPTS) clean
26--
271.9.1
28