From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [PATCH] ace: New recipe for ACE 5.6.8
Date: Tue, 21 Apr 2009 22:34:06 +0200 [thread overview]
Message-ID: <gslaju$mfs$3@ger.gmane.org> (raw)
In-Reply-To: <1238753080-8005-1-git-send-email-khimov@altell.ru>
On 03-04-09 12:04, Roman I Khimov wrote:
Acked-by: Koen Kooi <koen@openembedded.org>
> ---
> 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
prev parent reply other threads:[~2009-04-21 20:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gslaju$mfs$3@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.