summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch')
-rw-r--r--recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch b/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch
deleted file mode 100644
index 4f92dbaba..000000000
--- a/recipes-kernel/cryptodev/yocto_patches/0003-update-the-install-path-for-cryptodev-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 5b0d2cf5abaaa3bffb4a9e874dba88bdab15b69d Mon Sep 17 00:00:00 2001
2From: Ting Liu <ting.liu@nxp.com>
3Date: Mon, 20 Feb 2017 22:43:00 +0800
4Subject: [PATCH] update the install path for cryptodev tests
5
6Signed-off-by: Ting Liu <ting.liu@nxp.com>
7---
8 tests/Makefile | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/tests/Makefile b/tests/Makefile
12index dd7d5ff..e1c5039 100644
13--- a/tests/Makefile
14+++ b/tests/Makefile
15@@ -37,8 +37,8 @@ install:
16 for prog in $(hostprogs); do \
17 install -m 755 $$prog $(DESTDIR)/$(bindir)/tests_cryptodev/; \
18 done
19- install -m 755 speed_multi.sh $(DESTDIR)/$(bindir)
20- install -m 755 run_crypto_tests.sh $(DESTDIR)/$(bindir)
21+ install -m 755 speed_multi.sh $(DESTDIR)/$(bindir)/tests_cryptodev/
22+ install -m 755 run_crypto_tests.sh $(DESTDIR)/$(bindir)/tests_cryptodev/
23
24 clean:
25 rm -f *.o *~ $(hostprogs)
26--
271.9.2
28