java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / gpephone / soundserver_1.0.bb
blob386108013198bce70b40d69f6ef496731298b3d8
1 LICENSE = "LiPS"
2 DESCRIPTION = "Cellphone alarm daemon"
3 SECTION = "gpe"
4 PRIORITY = "optional"
5 PR = "r2"
7 DEPENDS = "glib-2.0 libiac gstreamer"
9 GPE_TARBALL_SUFFIX = "bz2"
10 inherit gpephone autotools
12 EXTRA_OECONF="--disable-osc8k"
14 LDFLAGS += " -L${STAGING_LIBDIR}"
16 do_configure () {
17 export PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config
18 oe_runconf
21 do_configure_prepend () {
22 export PKG_CONFIG=${STAGING_BINDIR_NATIVE}/pkg-config
23 autoreconf
26 SRC_URI[md5sum] = "14cbf40e5c6ba1ac05a9309d392326fc"
27 SRC_URI[sha256sum] = "2cd45d30fcf862f65d3d9a096e69df1e6520920b01cc35fe66e1f21799645614"