summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch')
-rw-r--r--recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch19
1 files changed, 6 insertions, 13 deletions
diff --git a/recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch b/recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch
index 6d8db4ed1..35aad6006 100644
--- a/recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch
+++ b/recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch
@@ -8,22 +8,15 @@ Subject: [PATCH 1/2] Disable installing header file provided by another
8Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> 8Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
9 9
10Upstream-Status: Inappropriate [ OE specific ] 10Upstream-Status: Inappropriate [ OE specific ]
11---
12 Makefile | 1 -
13 1 file changed, 1 deletion(-)
14 11
15diff --git a/Makefile b/Makefile 12
16index 9871a8e..06202bd 100644 13--- a/Makefileold 2017-04-18 14:54:40.588438842 +0800
17--- a/Makefile 14+++ b/Makefile 2017-04-18 14:55:40.308436774 +0800
18+++ b/Makefile 15@@ -33,7 +33,6 @@
19@@ -33,7 +33,6 @@ install: modules_install
20 16
21 modules_install: 17 modules_install:
22 $(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install 18 $(MAKE) $(KERNEL_MAKE_OPTS) modules_install
23- install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h 19- install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h
24 20
25 clean: 21 clean:
26 $(MAKE) -C $(KERNEL_DIR) M=$(PWD) clean 22 $(MAKE) $(KERNEL_MAKE_OPTS) clean
27--
282.7.0
29