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

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

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