diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 02:06:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 02:06:11 +0000 |
commit | fdebcd328be7a7bc333e2ce5c958aab030dd84be (patch) | |
tree | 5bc1f06cec73296e12b3a33367bdf7ff1ee1a6d8 /gpe-login/gpe-login_0.66.oe | |
parent | def599c9caa988abe2dd9f9dc433b88c85637102 (diff) |
Bunch of gpe .oe fixes, courtesy Phil Blundell.
BKrev: 405e4a13tHrq2Dn3XCINVq8-k0j-Cg
Diffstat (limited to 'gpe-login/gpe-login_0.66.oe')
-rw-r--r-- | gpe-login/gpe-login_0.66.oe | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gpe-login/gpe-login_0.66.oe b/gpe-login/gpe-login_0.66.oe index f5f6d32dac..8a379b2e92 100644 --- a/gpe-login/gpe-login_0.66.oe +++ b/gpe-login/gpe-login_0.66.oe @@ -1,11 +1,9 @@ +inherit gpe + DESCRIPTION = "GPE user login screen" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ libgpewidget gpe-ownerinfo" +DEPENDS = "virtual/libc gtk+ libgpewidget gpe-ownerinfo" SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-login-${PV}.tar.gz - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} |