[oe-commits] Frans Meulenbroeks : fftw: added --enable-threads to the 3.2.2 recipes

git version control git at git.openembedded.org
Tue Sep 14 21:00:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: eb9f07b76ebf47d1696b525438b872065a0d74a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eb9f07b76ebf47d1696b525438b872065a0d74a8

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Sep 14 22:59:28 2010 +0200

fftw: added --enable-threads to the 3.2.2 recipes

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/fftw/fftw_3.2.2.bb  |    4 +---
 recipes/fftw/fftwf_3.2.2.bb |    4 +---
 recipes/fftw/fftwl_3.2.2.bb |    4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/recipes/fftw/fftw_3.2.2.bb b/recipes/fftw/fftw_3.2.2.bb
index 8bd02c5..090e004 100644
--- a/recipes/fftw/fftw_3.2.2.bb
+++ b/recipes/fftw/fftw_3.2.2.bb
@@ -2,9 +2,7 @@ require fftw.inc
 
 SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
 
-EXTRA_OECONF = "--disable-fortran --enable-shared"
-
-
+EXTRA_OECONF = "--disable-fortran --enable-shared --enable-threads"
 
 SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
 SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"
diff --git a/recipes/fftw/fftwf_3.2.2.bb b/recipes/fftw/fftwf_3.2.2.bb
index 510ded6..ac0bb6c 100644
--- a/recipes/fftw/fftwf_3.2.2.bb
+++ b/recipes/fftw/fftwf_3.2.2.bb
@@ -2,9 +2,7 @@ require fftw.inc
 
 SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
 
-EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
-
-
+EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared --enable-threads"
 
 SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
 SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"
diff --git a/recipes/fftw/fftwl_3.2.2.bb b/recipes/fftw/fftwl_3.2.2.bb
index 5b26692..ff2cb2a 100644
--- a/recipes/fftw/fftwl_3.2.2.bb
+++ b/recipes/fftw/fftwl_3.2.2.bb
@@ -2,9 +2,7 @@ require fftw.inc
 
 SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
 
-EXTRA_OECONF = "--disable-fortran --enable-long-double --enable-shared"
-
-
+EXTRA_OECONF = "--disable-fortran --enable-long-double --enable-shared --enable-threads"
 
 SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
 SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"





More information about the Openembedded-commits mailing list