* [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* Re: [PATCH] ace: New recipe for ACE 5.6.8
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-21 20:19 ` Roman I Khimov
2009-04-21 20:34 ` Koen Kooi
2 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2009-04-03 19:06 UTC (permalink / raw)
To: openembedded-devel
On (03/04/09 14:04), Roman I Khimov 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 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"
I think listing all licenses here would be better. Others is too vague.
> +
> +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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH] ace: New recipe for ACE 5.6.8
2009-04-03 19:06 ` Khem Raj
@ 2009-04-03 19:54 ` Roman I Khimov
2009-04-06 14:09 ` Roman I Khimov
0 siblings, 1 reply; 10+ messages in thread
From: Roman I Khimov @ 2009-04-03 19:54 UTC (permalink / raw)
To: openembedded-devel
On Friday 03 April 2009 23:06:50 Khem Raj wrote:
> > +LICENSE = "BSD + others"
>
> I think listing all licenses here would be better. Others is too vague.
Well, it's vague as it is in sources. It is kinda-BSD with gperf GPL2+ with
more BSD-style additions with zlib thrown in and mixed with 3+ more free
software license, some of them are BSD-like and some are not. Take a look at
Debian's copyright file and you'll get the idea:
http://packages.debian.org/changelogs/pool/main/a/ace/ace_5.6.3-5/libace-5.6.3.copyright
I just don't know how to handle it better. Maybe just call it "ACE license"
and let anyone interested dig that details themselves?
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] ace: New recipe for ACE 5.6.8
2009-04-03 19:54 ` Roman I Khimov
@ 2009-04-06 14:09 ` Roman I Khimov
2009-04-06 21:45 ` Khem Raj
0 siblings, 1 reply; 10+ messages in thread
From: Roman I Khimov @ 2009-04-06 14:09 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 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.
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH] ace: New recipe for ACE 5.6.8
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:22 ` Roman I Khimov
0 siblings, 2 replies; 10+ messages in thread
From: Khem Raj @ 2009-04-06 21:45 UTC (permalink / raw)
To: openembedded-devel
On 4/6/09, Roman I Khimov <khimov@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@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
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [PATCH] ace: New recipe for ACE 5.6.8
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
1 sibling, 1 reply; 10+ messages in thread
From: Marcin Juszkiewicz @ 2009-04-07 8:12 UTC (permalink / raw)
To: openembedded-devel
Dnia poniedziałek, 6 kwietnia 2009 o 23:45:03 Khem Raj napisał(a):
> you could use the url in the license field. if there is one
You can not. src_distribute.bbclass uses LICENSE field to group archives
of sources and is enabled by default in Ångström. If package has own
license then LICENSE = "ace" will be enough - if someone wants to check
it then it is in archive with sources.
Regards,
--
JID: hrw@jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ace: New recipe for ACE 5.6.8
2009-04-07 8:12 ` Marcin Juszkiewicz
@ 2009-04-07 8:31 ` Roman I Khimov
0 siblings, 0 replies; 10+ messages in thread
From: Roman I Khimov @ 2009-04-07 8:31 UTC (permalink / raw)
To: openembedded-devel
On Tuesday 07 April 2009 12:12:21 Marcin Juszkiewicz wrote:
> Dnia poniedziałek, 6 kwietnia 2009 o 23:45:03 Khem Raj napisał(a):
> > you could use the url in the license field. if there is one
>
> You can not. src_distribute.bbclass uses LICENSE field to group archives
> of sources and is enabled by default in Ångström. If package has own
> license then LICENSE = "ace" will be enough - if someone wants to check
> it then it is in archive with sources.
Well, I can do whatever is the best practice, just to note that there are
already recipes with URLs in LICENSE field, like
recipes/ixp4xx/ixp-osal_1.5.bb
recipes/ixp4xx/ixp4xx-csr_2.1.1.bb
recipes/tango/tango-icon-theme_0.8.1.bb
Also there are LICENSE_URL and LICENSE_HOMEPAGE found in recipes.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] ace: New recipe for ACE 5.6.8
2009-04-06 21:45 ` Khem Raj
2009-04-07 8:12 ` Marcin Juszkiewicz
@ 2009-04-07 8:22 ` Roman I Khimov
1 sibling, 0 replies; 10+ messages in thread
From: Roman I Khimov @ 2009-04-07 8:22 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 6ded5a9..d5757d9 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..f2afc48
--- /dev/null
+++ b/recipes/ace/ace.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "C++ network programming framework"
+SECTION = "net"
+LICENSE = "http://www.cs.wustl.edu/~schmidt/ACE-copying.html"
+
+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
* Re: [PATCH] ace: New recipe for ACE 5.6.8
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-21 20:19 ` Roman I Khimov
2009-04-21 20:34 ` Koen Kooi
2 siblings, 0 replies; 10+ messages in thread
From: Roman I Khimov @ 2009-04-21 20:19 UTC (permalink / raw)
To: openembedded-devel
On Friday 03 April 2009 14:04:40 Roman I Khimov 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
ping
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] ace: New recipe for ACE 5.6.8
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-21 20:19 ` Roman I Khimov
@ 2009-04-21 20:34 ` Koen Kooi
2 siblings, 0 replies; 10+ messages in thread
From: Koen Kooi @ 2009-04-21 20:34 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply [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.