blob: dd5b30fcee122861ec2b6c4084b7606dda77156a (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Shows the current time in the OpenMoko panel"
PV = "0.0.1+svn${SRCDATE}"
PR = "r1"
DEPENDS_append = " libgsmd"
inherit openmoko-panel-plugin
FILES_${PN} += "${bindir}/${PN}"
|