mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
452 B
BlitzBasic
13 lines
452 B
BlitzBasic
SUMMARY = "Panel plugin to display current temperature and weather condition"
|
|
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
inherit xfce-panel-plugin
|
|
|
|
DEPENDS += "libsoup-2.4 dbus-glib upower"
|
|
|
|
SRC_URI[sha256sum] = "e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc"
|
|
|
|
FILES:${PN} += "${datadir}/xfce4/weather"
|