summaryrefslogtreecommitdiff
path: root/gpe-package/gpe-package_0.0.10.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-package/gpe-package_0.0.10.oe')
-rw-r--r--gpe-package/gpe-package_0.0.10.oe9
1 files changed, 5 insertions, 4 deletions
diff --git a/gpe-package/gpe-package_0.0.10.oe b/gpe-package/gpe-package_0.0.10.oe
index 991a14927f..86aedc66bf 100644
--- a/gpe-package/gpe-package_0.0.10.oe
+++ b/gpe-package/gpe-package_0.0.10.oe
@@ -1,16 +1,17 @@
-inherit gpe
+inherit gpe pkgconfig
DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "libipkg libgpewidget libdisplaymigration libgpepimc"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
-BROKEN = "1"
+#BROKEN = "1"
+PR = "r1"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
- file://fix_makefiles.patch;patch=1 \
+ file://fix_makefile.patch;patch=1 \
file://fix_interface_c.patch;patch=1"
do_compile() {
- oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
+ oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
}