configure: error: AX_CHECK_COMPILE_FLAG not found, you'll need to install autoconf-archive
Signed-off-by: Naveen Saini <[email protected]> --- .../openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb index 07896b15..c021397c 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb @@ -7,6 +7,8 @@ compensation using available cooling methods." HOMEPAGE = "https://github.com/01org/thermal_daemon" DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" +DEPENDS += "autoconf-archive-native" + LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7960): https://lists.yoctoproject.org/g/meta-intel/message/7960 Mute This Topic: https://lists.yoctoproject.org/mt/99080714/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
