From f89bbd40a5aca3c14de6846aaeeb10c6e360ab97 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 25 Aug 2020 20:08:01 +0200 Subject: libubootenv: inherit uboot-config This mainly aims to involve in the sanity check of UBOOT_CONFIG and UBOOT_MACHINE, it will throw a error message at recipe parsing time if neither of them is set, and libubootenv would be skipped. (From OE-Core rev: 10aa1291979fb90bed1beb49be4d406ed0e1e4d5) Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/libubootenv_0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.bb index 47e64f9114..07711484ac 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.bb @@ -15,7 +15,7 @@ SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414" S = "${WORKDIR}/git" -inherit cmake lib_package +inherit uboot-config cmake lib_package EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" -- cgit v1.2.3-54-g00ecf