All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ace: New recipe for ACE 5.6.8
@ 2009-04-03 10:04 Roman I Khimov
  2009-04-03 19:06 ` Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Roman I Khimov @ 2009-04-03 10:04 UTC (permalink / raw)
  To: openembedded-devel

---
 conf/checksums.ini       |    4 ++++
 recipes/ace/ace.inc      |   18 ++++++++++++++++++
 recipes/ace/ace_5.6.8.bb |    1 +
 3 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ace/ace.inc
 create mode 100644 recipes/ace/ace_5.6.8.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 15fff1d..18ea297 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -58,6 +58,10 @@ sha256=7a960180e7873b1bdb522e76b0423b5c2c1b8efe1d30d7ca80c41eb97d822b2d
 md5=24b0e5bbfe21ea9c5a5c589bcc79c0f2
 sha256=ab877846c6caaff32efbf5be6fc5c63b7dec97a2e78c57c525da7705d2052bfc
 
+[ftp://download.dre.vanderbilt.edu/previous_versions/ACE-5.6.8.tar.bz2]
+md5=81c1ff761c3431cd12c81337aa80d558
+sha256=96b70582d931a7e83c3ca31b3bc7e23957391e16dee4ae6ddf938c9574d50b27
+
 [http://www.amd.com/files/connectivitysolutions/geode/geode_lx/AES_Linux_LX_02.01.0100.tar.gz]
 md5=12cb241a9037fffe31ba7c68a48ed614
 sha256=a6068b4aa0e2330eed6e4741bad3191dc9ca7d7326f7bfab578ac55e2b8b91a2
diff --git a/recipes/ace/ace.inc b/recipes/ace/ace.inc
new file mode 100644
index 0000000..a83eb65
--- /dev/null
+++ b/recipes/ace/ace.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "C++ network programming framework"
+SECTION = "net"
+LICENSE = "BSD + others"
+
+DEPENDS += "openssl gperf-native"
+
+SRC_URI = "ftp://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2"
+S = "${WORKDIR}/ACE_wrappers"
+B = "${WORKDIR}/build.${TARGET_SYS}"
+
+EXTRA_OECONF += "--disable-ace-tests --disable-gperf"
+LEAD_SONAME = "libACE-[0-9.]*.so"
+
+inherit autotools
+
+do_configure_prepend() {
+	export ace_cv_linux_event_poll=yes
+}
diff --git a/recipes/ace/ace_5.6.8.bb b/recipes/ace/ace_5.6.8.bb
new file mode 100644
index 0000000..345abe1
--- /dev/null
+++ b/recipes/ace/ace_5.6.8.bb
@@ -0,0 +1 @@
+require ace.inc
-- 
1.6.2.1


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-04-21 20:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 10:04 [PATCH] ace: New recipe for ACE 5.6.8 Roman I Khimov
2009-04-03 19:06 ` Khem Raj
2009-04-03 19:54   ` Roman I Khimov
2009-04-06 14:09     ` Roman I Khimov
2009-04-06 21:45       ` Khem Raj
2009-04-07  8:12         ` Marcin Juszkiewicz
2009-04-07  8:31           ` Roman I Khimov
2009-04-07  8:22         ` Roman I Khimov
2009-04-21 20:19 ` Roman I Khimov
2009-04-21 20:34 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.