blob: a56d2f98529ec0d81f77b484170fd7fefe7ae397 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
inherit gpe
DESCRIPTION = "GPE owner information dialog"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libgpewidget"
do_compile_prepend() {
sed -i -e 's: -s : :g' Makefile
}
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
|