mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
a0ea4e5d39
commit
f08c93b27a
|
@ -7,6 +7,8 @@ compensation using available cooling methods."
|
||||||
HOMEPAGE = "https://github.com/01org/thermal_daemon"
|
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 = "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"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ea8831610e926e2e469075b52bf08848"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user