summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2023-05-23 10:23:34 +0800
committerNaveen Saini <naveen.kumar.saini@intel.com>2023-05-23 16:08:54 +0800
commitf08c93b27a0c541d6ecbbb4d337d8662d2d593ab (patch)
treea77dce1025857fda5e980230c146570abb5489ff
parenta0ea4e5d395579e70f1057f1f1222c8a2b55bd96 (diff)
downloadmeta-intel-f08c93b27a0c541d6ecbbb4d337d8662d2d593ab.tar.gz
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 <naveen.kumar.saini@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/thermald/thermald_2.5.2.bb2
1 files changed, 2 insertions, 0 deletions
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."
7HOMEPAGE = "https://github.com/01org/thermal_daemon" 7HOMEPAGE = "https://github.com/01org/thermal_daemon"
8 8
9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev" 9DEPENDS = "dbus dbus-glib dbus-glib-native libxml2 glib-2.0 glib-2.0-native upower libevdev"
10DEPENDS += "autoconf-archive-native"
11
10LICENSE = "GPL-2.0-only" 12LICENSE = "GPL-2.0-only"
11LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848" 13LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
12 14