diff options
| author | Cristian Stoica <cristian.stoica@nxp.com> | 2016-01-25 11:19:43 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
| commit | b8e3085e4e9608b301121c7065c84a3e51b94c74 (patch) | |
| tree | 27dd6761bb8a8b9a3ce311bab1155a15badaec5e /recipes-kernel/cryptodev/files/0003-Disable-installing-header-file-provided-by-another-p.patch | |
| parent | 578ab5d071729c9677d928467a2b48bcb0017139 (diff) | |
| download | meta-freescale-b8e3085e4e9608b301121c7065c84a3e51b94c74.tar.gz | |
cryptodev-qoriq: upgrade to 1.8 plus fsl patches
upstream commit: 87b56e04b24c6d4be145483477eff7d3153290e9
Also:
- move all fsl patches on top of cryptodev-1.8
- add CIOCHASH ioctl
- fix incorrect tests initializations
- modify yocto patches to match updated Makefiles
Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev/files/0003-Disable-installing-header-file-provided-by-another-p.patch')
| -rw-r--r-- | recipes-kernel/cryptodev/files/0003-Disable-installing-header-file-provided-by-another-p.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/cryptodev/files/0003-Disable-installing-header-file-provided-by-another-p.patch b/recipes-kernel/cryptodev/files/0003-Disable-installing-header-file-provided-by-another-p.patch deleted file mode 100644 index e384950cd..000000000 --- a/recipes-kernel/cryptodev/files/0003-Disable-installing-header-file-provided-by-another-p.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From c618f882c283511dd4f7547113a1117c4785f56f 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 3/4] Disable installing header file provided by another | ||
| 5 | package | ||
| 6 | |||
| 7 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [ OE specific ] | ||
| 10 | --- | ||
| 11 | Makefile | 2 -- | ||
| 12 | 1 file changed, 2 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/Makefile b/Makefile | ||
| 15 | index 31c4b3f..855bb54 100644 | ||
| 16 | --- a/Makefile | ||
| 17 | +++ b/Makefile | ||
| 18 | @@ -31,8 +31,6 @@ install: modules_install | ||
| 19 | |||
| 20 | modules_install: | ||
| 21 | make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install | ||
| 22 | - @echo "Installing cryptodev.h in $(PREFIX)/usr/include/crypto ..." | ||
| 23 | - @install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h | ||
| 24 | |||
| 25 | clean: | ||
| 26 | make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean | ||
| 27 | -- | ||
| 28 | 2.3.5 | ||
| 29 | |||
