increase dvbapp PR.
[vuplus_openembedded] / recipes / fftw / fftw.inc
1 DESCRIPTION = "FFTW"
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 RPROVIDES += "libfftw3"
6
7 PR = "r1"
8
9 SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
10
11 S = "${WORKDIR}/fftw-${PV}"
12
13 inherit autotools pkgconfig
14
15 do_configure_prepend() {
16         echo 'AM_PROG_AS' >> ${S}/configure.ac 
17 }
18
19 do_stage () {
20         autotools_stage_all
21 }
22
23
24 PACKAGES =+ "lib${PN}"
25
26 FILES_lib${PN} = "${libdir}/lib*.so.*"
27
28 # rename binary in /bin and use u-a tpo choose between different precision implementations?