blob: 2a653c7db6e68093ec72ef2a51838c299b41416e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit gpe
LICENSE = "GPL"
DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "libipkg libgpewidget libdisplaymigration libgpepimc"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://fix_makefiles.patch;patch=1 \
file://fix_interface_c.patch;patch=1"
do_compile() {
oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
}
|