diff mbox series

[v3,4/5] make-mod-scripts: use openssl-native.bbclass

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

Commit Message

Mikko Rapeli Oct. 5, 2022, 6:44 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(+)

v3: no chnages

v2: no changes

v1: https://lists.openembedded.org/g/openembedded-core/message/171378?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Copenssl-native.bbclass%2C20%2C2%2C0%2C94110198
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}"