On 1 Aug 2024, at 06:40, wangmy via lists.openembedded.org
<[email protected]> wrote:
>
> 0001-Disable-installing-header-file-provided-by-another-p.patch
> 0001-tests-Makefile-do-not-use-Werror.patch
> removed since they're included in 1.14
These being submitted upstream means we can also change the cryptodev-linux
recipe and replace this:
# Just install cryptodev.h which is the only header file needed to be exported
do_install() {
install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h
}
With simply:
do_install() {
oe_runmake headers_install DESTDIR=${D}
}
(see
https://github.com/cryptodev-linux/cryptodev-linux/commit/e3962fea4e1816df420c36ad72845f90dfcfb611)
Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#202903):
https://lists.openembedded.org/g/openembedded-core/message/202903
Mute This Topic: https://lists.openembedded.org/mt/107660561/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-