diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-01-02 00:13:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-06 13:25:48 +0100 |
commit | c6e488bf7ddb9ea9a699f7291b88382e856d1549 (patch) | |
tree | 2cbf22e331657fd54ddb6d672983c362a46b4826 /meta-xfce | |
parent | 2b6226e66f5339edc5e5f19aa3f1f5d7d2ce99ea (diff) | |
download | meta-openembedded-c6e488bf7ddb9ea9a699f7291b88382e856d1549.tar.gz |
xfce4-sensors-plugin: initial add 1.2.6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb new file mode 100644 index 000000000..c2e0ed912 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | SUMMARY = "Sensors plugin for the Xfce Panel" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b94789bed9aec03b9656a9cc5398c706" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI[md5sum] = "33c2e343c1224d9c4ae757a70cbe08eb" | ||
9 | SRC_URI[sha256sum] = "235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0" | ||
10 | |||
11 | EXTRA_OECONF = " \ | ||
12 | --disable-procacpi \ | ||
13 | --disable-sysfsacpi \ | ||
14 | --disable-xnvctrl \ | ||
15 | " | ||
16 | |||
17 | do_configure_prepend() { | ||
18 | sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac | ||
19 | } | ||
20 | |||
21 | PACKAGECONFIG ??= "libsensors" | ||
22 | PACKAGECONFIG[libsensors] = "--enable-libsensors,--disable-libsensors, lmsensors" | ||
23 | PACKAGECONFIG[hddtemp] = "--enable-hddtemp,--disable-hddtemp, hddtemp" | ||
24 | PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat" | ||
25 | PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify" | ||
26 | |||
27 | FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}" | ||