diff options
author | Chris Lord <chris@openedhand.com> | 2004-08-01 10:04:59 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-08-01 10:04:59 +0000 |
commit | 8c0df5daad26cb5115152b07fdbd14e116865210 (patch) | |
tree | 183018eb7d36f986aacc76413f54bb1da502d503 /gpe-package/gpe-package_0.0.10.oe | |
parent | ad5bee68571d19aa217e23258e1246fde99e818e (diff) |
Mark gpe-package as broken (will fix soon)
BKrev: 410cc04b7DJyfsgpvF_IZbWGcr_j1g
Diffstat (limited to 'gpe-package/gpe-package_0.0.10.oe')
-rw-r--r-- | gpe-package/gpe-package_0.0.10.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gpe-package/gpe-package_0.0.10.oe b/gpe-package/gpe-package_0.0.10.oe index e69de29bb2..991a14927f 100644 --- a/gpe-package/gpe-package_0.0.10.oe +++ b/gpe-package/gpe-package_0.0.10.oe @@ -0,0 +1,16 @@ +inherit gpe + +DESCRIPTION = "A package manager GUI for GPE" +DEPENDS = "libipkg libgpewidget libdisplaymigration libgpepimc" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +PRIORITY = "optional" +BROKEN = "1" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \ + file://fix_makefiles.patch;patch=1 \ + file://fix_interface_c.patch;patch=1" + +do_compile() { + oe_runmake STAGING_INCDIR="${STAGING_INCDIR}" +} |