blob: 5d47d9a370191dde106b6a5b4e66d5f2f5b45fe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LICENSE = "LiPS"
DESCRIPTION = "Cellphone alarm daemon"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
DEPENDS = "glib-2.0 libiac gstreamer"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone autotools
EXTRA_OECONF="--disable-osc8k"
do_configure () {
export PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config
oe_runconf
}
|