aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-ownerinfo/gpe-ownerinfo_0.24.bb
blob: 0b83e8239797f67ca54d6a41aabf8e269838cd27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit gpe

DESCRIPTION = "GPE owner information dialog"
SECTION = "gpe"
PRIORITY = "optional"
DEPENDS = "gtk+ libgpewidget"
PR = "r2"
LICENSE = "GPL"

SRC_URI += "file://fixloop.patch;patch=1;pnum=0"

do_stage () {
	oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
	install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ 
}