openmoko-panel-gsm: add openmoko-panel-gsm, om-panel-plugin.bbclass, and srvrev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5038 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-08-08 14:43:09 +00:00
parent 1e3ea1559a
commit 1e69b97184
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
DESCRIPTION = "Shows the GSM / GPRS status in the Openmoko panel"
DEPENDS = "libmokogsmd2 libnotify"
PV = "0.1.0+svn${SVNREV}"
PR = "r2"
inherit openmoko-panel-plugin

View File

@ -0,0 +1,6 @@
SECTION = "openmoko/panel-plugin"
DEPENDS += "matchbox-panel-2 libmokopanelui2"
inherit openmoko2
FILES_${PN} = "${libdir}/matchbox-panel/lib*.so* ${datadir}"

View File

@ -115,6 +115,7 @@ SRCREV_pn-openmoko-common2 ?= "3259"
SRCREV_pn-openmoko-contacts2 ?= "418"
SRCREV_pn-openmoko-dates2 ?= "673"
SRCREV_pn-openmoko-dialer2 ?= "4448"
SRCREV_pn-openmoko-panel-gsm ?= "4335"
SRCREV_pn-openmoko-dialer3 ?= "111"
SRCREV_pn-openmoko-feedreader2 ?= "3645"
SRCREV_pn-openmoko-firststart2 ?= "3158"