aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lm_sensors
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lm_sensors')
-rw-r--r--recipes/lm_sensors/sensors-applet_2.2.4.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/lm_sensors/sensors-applet_2.2.4.bb b/recipes/lm_sensors/sensors-applet_2.2.4.bb
new file mode 100644
index 0000000000..b54f15856b
--- /dev/null
+++ b/recipes/lm_sensors/sensors-applet_2.2.4.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "GNOME Sensors Applet is an applet for the GNOME Panel to display readings from hardware sensors"
+LICENSE = "GPLv2"
+
+inherit gnome
+
+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/"
+