diff options
| author | Ting Liu <ting.liu@nxp.com> | 2020-04-19 16:50:40 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
| commit | 291d71881ac61153d99992f5322e15635d9cd66d (patch) | |
| tree | b14beabec23e6202515c044d3f7cb0141d83de11 /recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch | |
| parent | 8e115ab460032de8a3495588b642ca82892f93b1 (diff) | |
| download | meta-freescale-291d71881ac61153d99992f5322e15635d9cd66d.tar.gz | |
cryptodev: upgrade to 1.10
Signed-off-by: Ting Liu <ting.liu@nxp.com>
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 | ||
