blob: 86aedc66bf74009092643e5e4f98bdc1f86c1b2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
inherit gpe pkgconfig
DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "libipkg libgpewidget libdisplaymigration libgpepimc"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
#BROKEN = "1"
PR = "r1"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
file://fix_makefile.patch;patch=1 \
file://fix_interface_c.patch;patch=1"
do_compile() {
oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
}
|