Signed-off-by: Robert P. J. Day <[email protected]> ---
sadly, i can't actually test the build since it depends on guile-native, but it's based directly on the existing 2.2.1, and i've verified that the checksums are fine with "-c fetchall". is this the correct patch format? (generated with "git diff HEAD".) diff --git a/conf/checksums.ini b/conf/checksums.ini index 8252329..dbfc17f 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -23786,6 +23786,10 @@ sha256=57c86e7c17b8af6d6ecbdc17086ad22ec72d815f0db8a475a1d9adef2879f922 md5=4ba94415125db147efcc1ae76f9703ee sha256=6be95f70458d299f28bfc81dee201b3e1c328bc55df00fc7f2c30d7f8f6faba0 +[http://downloads.sourceforge.net/sensors-applet/sensors-applet-2.2.4.tar.gz] +md5=778f637524a90a9b6475ab77b0e90dd9 +sha256=a52214f2cf2b23a49394804dc589be51eecd4b8674f141047a46a550882f28f6 + [ftp://ftp.berlios.de/pub/ser/0.9.0/src/ser-0.9.0_src.tar.gz] md5=ae1f9b237f0006785ff22eafa1470ac4 sha256=65eb4c5735859f3ed191437749a85e9fd24a66a6567025f36a0739f9c34c444e 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 0000000..40f8823 --- /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/" + ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
