diff options
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.patch | 24 |
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 000000000..885b5823e --- /dev/null +++ b/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | From 8a884f55bd1527baa82fab68c186ba546273860c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Denys Dmytriyenko <denys@ti.com> | ||
| 3 | Date: Sun, 6 Apr 2014 19:51:39 -0400 | ||
| 4 | Subject: [PATCH] Disable installing header file provided by another package | ||
| 5 | |||
| 6 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [ OE specific ] | ||
| 9 | --- | ||
| 10 | Makefile | 1 - | ||
| 11 | 1 file changed, 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/Makefile b/Makefile | ||
| 14 | index 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 | ||
