[oe] [PATCH] ace: New recipe for ACE 5.6.8

Khem Raj raj.khem at gmail.com
Mon Apr 6 21:45:03 UTC 2009


On 4/6/09, Roman I Khimov <khimov at altell.ru> wrote:
> ---
>  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 c3c91e2..f32a8d0 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -62,6 +62,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..fc6ee75
> --- /dev/null
> +++ b/recipes/ace/ace.inc
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "C++ network programming framework"
> +SECTION = "net"
> +LICENSE = "ACE license"
> +
> +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.
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


you could use the url  in the license field. if there is one




More information about the Openembedded-devel mailing list