diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-12 23:18:35 +0000 |
commit | 420653c3bebaab15a99f8acf5da9383c7149aa7f (patch) | |
tree | de25205b16a1df8803cac1464277af2a516bbd18 /gpe-login/gpe-login_0.69.oe | |
parent | 00b25f525858bd9382356610e23279242d1999df (diff) |
add LICENSE
BKrev: 419544cbGM6AMbVI1FF41XH7ltBGCg
Diffstat (limited to 'gpe-login/gpe-login_0.69.oe')
-rw-r--r-- | gpe-login/gpe-login_0.69.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gpe-login/gpe-login_0.69.oe b/gpe-login/gpe-login_0.69.oe index e69de29bb2..05595ef1c7 100644 --- a/gpe-login/gpe-login_0.69.oe +++ b/gpe-login/gpe-login_0.69.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" |