packages/gpe-login/: add gpe-login 0.83
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Oct 2005 13:34:08 +0000 (13:34 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 7 Oct 2005 13:34:08 +0000 (13:34 +0000)
packages/gpe-login/gpe-login_0.83.bb [new file with mode: 0644]

diff --git a/packages/gpe-login/gpe-login_0.83.bb b/packages/gpe-login/gpe-login_0.83.bb
new file mode 100644 (file)
index 0000000..ec936f8
--- /dev/null
@@ -0,0 +1,13 @@
+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"
+PR = "r0"
+
+SRC_URI += "file://busybox-bad-perms.patch;patch=1"