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/yocto_patches/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/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.patch | 22 |
1 files changed, 0 insertions, 22 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 deleted file mode 100644 index 35aad6006..000000000 --- a/recipes-kernel/cryptodev/yocto_patches/0001-Disable-installing-header-file-provided-by-another-p.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | From eedfa57953d2d6255d53cb098c3f81cbde9187f7 Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
3 | Date: Mon, 22 Feb 2016 11:47:27 +0200 | ||
4 | Subject: [PATCH 1/2] Disable installing header file provided by another | ||
5 | package | ||
6 | |||
7 | (original patch Signed-off-by: Denys Dmytriyenko <denys@ti.com>) | ||
8 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
9 | |||
10 | Upstream-Status: Inappropriate [ OE specific ] | ||
11 | |||
12 | |||
13 | --- a/Makefileold 2017-04-18 14:54:40.588438842 +0800 | ||
14 | +++ b/Makefile 2017-04-18 14:55:40.308436774 +0800 | ||
15 | @@ -33,7 +33,6 @@ | ||
16 | |||
17 | modules_install: | ||
18 | $(MAKE) $(KERNEL_MAKE_OPTS) modules_install | ||
19 | - install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h | ||
20 | |||
21 | clean: | ||
22 | $(MAKE) $(KERNEL_MAKE_OPTS) clean | ||