aboutsummaryrefslogtreecommitdiffstats
path: root/gpe-login/gpe-login_0.72.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-login/gpe-login_0.72.oe')
-rw-r--r--gpe-login/gpe-login_0.72.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpe-login/gpe-login_0.72.oe b/gpe-login/gpe-login_0.72.oe
index e69de29bb2..05595ef1c7 100644
--- a/gpe-login/gpe-login_0.72.oe
+++ b/gpe-login/gpe-login_0.72.oe
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+inherit gpe
+
+DESCRIPTION = "GPE user login screen"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
+RDEPENDS = "xkbd"
+RPROVIDES = "gpe-session-starter"
+
+SRC_URI = "${GPE_MIRROR}/gpe-login-${PV}.tar.gz"