blob: 17e3c6b6b16dee357ff9a74d683c2b6cbf18a70b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
LICENSE = "LiPS"
DESCRIPTION = "Cellphone alarm daemon"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r1"
DEPENDS = "glib-2.0 libiac gstreamer"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone autotools
SRC_URI += " file://libtool.patch;patch=1"
EXTRA_OECONF="--disable-osc8k"
LDFLAGS += " -L${STAGING_LIBDIR}"
do_configure () {
export PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config
oe_runconf
}
do_configure_prepend () {
export PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config
autoreconf
}
|