diff mbox series

[3/4] make-mod-scripts: use openssl-native.bbclass

Message ID 20221004101100.2742444-1-mikko.rapeli@linaro.org
State New
Headers show
Series [1/4] openssl-native.bbclass: add bbclass | expand

Commit Message

Mikko Rapeli Oct. 4, 2022, 10:11 a.m. UTC
This sets environment variables correctly for openssl-native.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
index 9afd6714f0..ba290c514d 100644
--- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
+++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
@@ -5,6 +5,7 @@  LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;m
 
 inherit kernel-arch
 inherit pkgconfig
+inherit openssl-native
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"