diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-04-23 22:36:03 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:03 +0200 |
| commit | 9672d0a66a20bf8222b9cb9c67e2cfcf352b5734 (patch) | |
| tree | 25d43f05218c263681ab380e671ec7915bf33fbb /meta-oe/recipes-support/fftw | |
| parent | 09e3cab4dae188bb5b22b0014cdcbc4e6f0424f9 (diff) | |
| download | meta-openembedded-9672d0a66a20bf8222b9cb9c67e2cfcf352b5734.tar.gz | |
fftw: Build native version as well
imagemagick-native needs it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fftw')
| -rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb index 5824d4185e..990f01e2f7 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb | |||
| @@ -2,3 +2,5 @@ require fftw.inc | |||
| 2 | 2 | ||
| 3 | SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3" | 3 | SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3" |
| 4 | SRC_URI[sha256sum] = "8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982" | 4 | SRC_URI[sha256sum] = "8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982" |
| 5 | |||
| 6 | BBCLASSEXTEND = "native" | ||
