summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb
index d5ea9d8529..451a8d7ef8 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb
@@ -4,9 +4,8 @@ SUMMARY = "A /dev/crypto device driver header file"
4 4
5do_compile[noexec] = "1" 5do_compile[noexec] = "1"
6 6
7# Just install cryptodev.h which is the only header file needed to be exported
8do_install() { 7do_install() {
9 install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h 8 oe_runmake headers_install DESTDIR="${D}"
10} 9}
11 10
12ALLOW_EMPTY:${PN} = "1" 11ALLOW_EMPTY:${PN} = "1"