diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-18 10:48:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:25 +0200 |
commit | bbb7a55a941b659f39bbad25284e41c1d57d0452 (patch) | |
tree | dc5a162c5b2c6acbe9fcf6f517449560705c71b0 /meta-oe/recipes-support | |
parent | cfeab3fb1e5ca3213f8e49b5034abda08a80656d (diff) | |
download | meta-openembedded-bbb7a55a941b659f39bbad25284e41c1d57d0452.tar.gz |
fftw: fix license checksums and delete old versions
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw.inc | 7 | ||||
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.1.2.bb | 8 | ||||
-rw-r--r-- | meta-oe/recipes-support/fftw/fftwf_3.1.2.bb | 7 | ||||
-rw-r--r-- | meta-oe/recipes-support/fftw/fftwl_3.1.2.bb | 8 |
4 files changed, 3 insertions, 27 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc index 40608b61d..a71b7e1de 100644 --- a/meta-oe/recipes-support/fftw/fftw.inc +++ b/meta-oe/recipes-support/fftw/fftw.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | DESCRIPTION = "FFTW" | 1 | DESCRIPTION = "FFTW" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2" |
5 | RPROVIDES_${PN} += "libfftw3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
6 | 6 | ||
7 | PR = "r3" | 7 | RPROVIDES_${PN} += "libfftw3" |
8 | 8 | ||
9 | SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" | 9 | SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" |
10 | 10 | ||
@@ -17,7 +17,6 @@ do_configure_prepend() { | |||
17 | } | 17 | } |
18 | 18 | ||
19 | PACKAGES =+ "lib${PN}" | 19 | PACKAGES =+ "lib${PN}" |
20 | |||
21 | FILES_lib${PN} = "${libdir}/lib*.so.*" | 20 | FILES_lib${PN} = "${libdir}/lib*.so.*" |
22 | 21 | ||
23 | # rename binary in /bin and use u-a tpo choose between different precision implementations? | 22 | # rename binary in /bin and use u-a tpo choose between different precision implementations? |
diff --git a/meta-oe/recipes-support/fftw/fftw_3.1.2.bb b/meta-oe/recipes-support/fftw/fftw_3.1.2.bb deleted file mode 100644 index da8133785..000000000 --- a/meta-oe/recipes-support/fftw/fftw_3.1.2.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require fftw.inc | ||
2 | |||
3 | EXTRA_OECONF = "--disable-fortran --enable-shared" | ||
4 | |||
5 | |||
6 | |||
7 | SRC_URI[md5sum] = "08f2e21c9fd02f4be2bd53a62592afa4" | ||
8 | SRC_URI[sha256sum] = "e1b92e97fe27efcbd150212d0d287ac907bd2fef0af32e16284fef5d1c1c26bf" | ||
diff --git a/meta-oe/recipes-support/fftw/fftwf_3.1.2.bb b/meta-oe/recipes-support/fftw/fftwf_3.1.2.bb deleted file mode 100644 index a4f246652..000000000 --- a/meta-oe/recipes-support/fftw/fftwf_3.1.2.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require fftw.inc | ||
2 | |||
3 | EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared" | ||
4 | |||
5 | |||
6 | SRC_URI[md5sum] = "08f2e21c9fd02f4be2bd53a62592afa4" | ||
7 | SRC_URI[sha256sum] = "e1b92e97fe27efcbd150212d0d287ac907bd2fef0af32e16284fef5d1c1c26bf" | ||
diff --git a/meta-oe/recipes-support/fftw/fftwl_3.1.2.bb b/meta-oe/recipes-support/fftw/fftwl_3.1.2.bb deleted file mode 100644 index 69256fb9f..000000000 --- a/meta-oe/recipes-support/fftw/fftwl_3.1.2.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require fftw.inc | ||
2 | |||
3 | EXTRA_OECONF = "--disable-fortran --enable-long-double --enable-shared" | ||
4 | |||
5 | |||
6 | |||
7 | SRC_URI[md5sum] = "08f2e21c9fd02f4be2bd53a62592afa4" | ||
8 | SRC_URI[sha256sum] = "e1b92e97fe27efcbd150212d0d287ac907bd2fef0af32e16284fef5d1c1c26bf" | ||