ecj-initial: convert to new staging system
[openembedded.git] / recipes / ace / ace.inc
blobf2afc48a4434d0cfe3029b8cb2baffc62fcec766
1 DESCRIPTION = "C++ network programming framework"
2 SECTION = "net"
3 LICENSE = "http://www.cs.wustl.edu/~schmidt/ACE-copying.html"
5 DEPENDS += "openssl gperf-native"
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}"
11 EXTRA_OECONF += "--disable-ace-tests --disable-gperf"
12 LEAD_SONAME = "libACE-[0-9.]*.so"
14 inherit autotools
16 do_configure_prepend() {
17         export ace_cv_linux_event_poll=yes