increase dvbapp PR
[vuplus_openembedded] / recipes / ace / ace.inc
1 DESCRIPTION = "C++ network programming framework"
2 SECTION = "net"
3 LICENSE = "http://www.cs.wustl.edu/~schmidt/ACE-copying.html"
4
5 DEPENDS += "openssl gperf-native"
6
7 SRC_URI = "ftp://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2"
8 S = "${WORKDIR}/ACE_wrappers"
9 B = "${WORKDIR}/build.${TARGET_SYS}"
10
11 EXTRA_OECONF += "--disable-ace-tests --disable-gperf"
12 LEAD_SONAME = "libACE-[0-9.]*.so"
13
14 inherit autotools
15
16 do_configure_prepend() {
17         export ace_cv_linux_event_poll=yes
18 }