aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lm_sensors/sensors-applet_2.2.7.bb
blob: 537aa632f837bea4bf5f4058f01eebf206e4eaf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "GNOME Sensors Applet is an applet for the GNOME Panel to display readings from hardware sensors"
LICENSE = "GPLv2"

inherit gnome

SRC_URI[md5sum] = "f342fab98be4f1b9a25af0689af20130"
SRC_URI[sha256sum] = "368bae3baf983e192a0751f89d563ab9052c3ab2ab28bf62002a0d78d1ffcefe"

DEPENDS += "gnome-panel libnotify"

SRC_URI = "${SOURCEFORGE_MIRROR}/sensors-applet/sensors-applet-${PV}.tar.gz"

EXTRA_OECONF = " --disable-scrollkeeper --with-libsensors=${STAGING_LIBDIR}/../ "

FILES_${PN}-dbg += "${libdir}/sensors-applet/plugins/.debug"