diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-05-15 16:43:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 17:35:43 +0100 |
| commit | fec5b5370871e1c4fd2b40a4855e2aaf5e879b77 (patch) | |
| tree | 34f2e4d7983ebf2c6f8500375a7a354b15e56e49 | |
| parent | 30ed130638a9ff538db0e115f1359ceb4065aeb3 (diff) | |
| download | poky-fec5b5370871e1c4fd2b40a4855e2aaf5e879b77.tar.gz | |
cryptodev-linux: clean up do_install
The upstream Makefile now supports installing the headers directly[1],
so use the target instead of calling install manually.
[1] https://github.com/cryptodev-linux/cryptodev-linux/commit/e3962fea4e1816df420c36ad72845f90dfcfb611
(From OE-Core rev: 749de43ccc13488c0ec74e4a4257cc25cbf89370)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb | 3 |
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 | ||
| 5 | do_compile[noexec] = "1" | 5 | do_compile[noexec] = "1" |
| 6 | 6 | ||
| 7 | # Just install cryptodev.h which is the only header file needed to be exported | ||
| 8 | do_install() { | 7 | do_install() { |
| 9 | install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h | 8 | oe_runmake headers_install DESTDIR="${D}" |
| 10 | } | 9 | } |
| 11 | 10 | ||
| 12 | ALLOW_EMPTY:${PN} = "1" | 11 | ALLOW_EMPTY:${PN} = "1" |
