From f08c93b27a0c541d6ecbbb4d337d8662d2d593ab Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 23 May 2023 10:23:34 +0800 Subject: thermald: depend on autoconf-archive-native configure: error: AX_CHECK_COMPILE_FLAG not found, you'll need to install autoconf-archive Signed-off-by: Naveen Saini --- .../openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynamic-layers/openembedded-layer/recipes-bsp') 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" -- cgit v1.2.3-54-g00ecf